I am going to start a web based fantasy app in react js.
As we are in 2020 ( :'( ), Any suggestion for any modules, tool, coding style etc.
I have worked from 2 years, working with hooks as well. but I am getting bore to use same coding style, copy function from previous project.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
You can start with one of the two trending React frameworks at the moment:
gatsbyjs.org/ or nextjs.org/
Personally I built my blog with GatsbyJs. Straightforward and easy to edit, while you still have the full power of React.