DEV Community

Dev Master
Dev Master

Posted on

1

Starting a new React JS Project, Any suggestions?

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.

Top comments (1)

Collapse
 
moubi profile image
Miroslav Nikolov

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.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay