From the course: React: Ecosystems

The electrons

- Okay, so we know that React is easy to use. But any application needs more than simple syntax. Props and states to work. That's where the electrons come into play. As the popularity of React has soared over the years, a developer community has gathered around its core and built hundreds of extensions to provide everything we need to build best in class in Enterprise applications. When you look at the electrons surrounding the React core you can see tons of functional libraries helping us achieve specific goals for applications. For example, service site rendering, state management, mobile, testing and debugging, animation, routing and navigation types, and many others. But today, we'll focus on these seven electrons.

Contents