1. React
  2. ReactJS Day
  3. 2017
  4. On the way to making the React components more reusable

On the way to making the React components more reusable

Olena Sovyn at ReactJS Day 2017

One of the main ideas of the react components is their reusability, but when it comes to the real projects we often see a lot of the “hard coded” components. Why is this happening? And even more important, how can we change this by using the latest tools (like React-storybook project) and understanding of the classical JavaScript design patterns?