|
|
|
|
|
by oolongCat
3548 days ago
|
|
In my experience the whole complex JavaScript comes when you try to build the entire thing using JavaScript. If you are developing a web app, restrict JS to the client side only, get something like react to do it. On the server side I stick with Go(lang). This separation helps me and my team think of these two separate problems, well.. separately. Isomorphic this isomorphic that is when things start to go all in sane. tldr; JS for front-end. Go for back-end. |
|