adam-golab / react-developer-roadmap

Roadmap to becoming a React developer
Other
18.71k stars 2.03k forks source link

Notable omissions: immer, Storybook, date-fns #75

Open slikts opened 5 years ago

slikts commented 5 years ago

Style-guide driven development using tools like Storybook or Styleguidist is a very relevant area to a component framework like React.

date-fns is a popular alternative to Moment that's more lightweight and has a nicer API; detailed comparison.

immer is a fantastic improvement over Immutable.js regarding interop and ease of use.

slikts commented 5 years ago

Something else missing is build preset tools like create-react-app and Neutrino.js. These are fairly important since creating and maintaining build boilerplate is a problem.