|
|
|
|
|
by mterrel
2336 days ago
|
|
My personal picks would be: - React for the front end (https://reactjs.org) - Node.js for your back end (https://nodejs.org) - Deploy using Adapt, which ties your front and back end together using React-like components. (https://adaptjs.org). - (Optional) If this project is larger or commercial, definitely use TypeScript on all 3 of the above (http://www.typescriptlang.org/) [Disclosure: I'm a maintainer of Adapt, but a strong believer in the React model and ecosystem] |
|
Im sorry but why would someone want to use a templating language to configure infrastructure? It’s like using CSS syntax for defining an HTTP API. Doable, but... why? It’s not any easier to pick up or reason about than any existing configuration language.
On React + node, this assumes no rendering on the server, plus you’ll need to pick your own state management solution, data layer, http framework, router, and a whole host of secondary tools, which will comprise about 96% of your actual development time.