Hacker News new | ask | show | jobs
by smt88 3331 days ago
Strongly recommend React and also strongly recommend TypeScript. Finding a good boilerplate to get you started with both of those is not the easiest, but there are some:

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.

1 comments

spend a few minutes* not months!