|
|
|
|
|
by synergy20
972 days ago
|
|
the SSR first trend for SPAs finally pushed me away from React(along with Vue,etc). I'm an embedded developer, I can not run node.js on the target, even MVC on the server(i.e. target board) in C or Lua could be too heavy, so SPA with restful was the best option, now all SPAs are turning into SSR-first and making things even more complex, I can no longer justify the time spending chasing the modern frontend any more, I need alternatives. I'm trying nim for SPA at the moment, also thinking about some C based restful approach(civetweb, ulfius) https://forum.nim-lang.org/t/2926 |
|