|
|
|
Ask HN: Which front-end stack is the most productive?
|
|
2 points
by figured
3331 days ago
|
|
I am an experienced back-end developer, 15 + years. We are developing a B2B service, essentially an integration play (right in my wheel house). But we need a simple website for the clients to login and see the relevant information. My question is, what front-end framework would this community recommend? I have no preference for languages or architecture, I am only concerned with developer productivity and security. A reactive design will be fine for now, native mobile will come later. This is not a consumer product. I was thinking about starting with React. |
|
https://github.com/rokoroku/react-redux-typescript-boilerpla... (Redux for state management)
https://github.com/rokoroku/react-mobx-typescript-boilerplat... (Mobx for state management)
Redux takes a few hours to wrap your mind around, but the documentation is great. As long as you just spend a few months reading their terminology, you'll have no trouble getting going.
Also highly recommend WebStorm or VS Code for this project.