Slide 4
Slide 4 text
React benefits
- React is all about building reusable components. Since they're so
encapsulated, components make code reuse, testing, and
separation of concerns easy.
- You can always tell how your component will render by looking at
one source file (JSX)
- You can render React on the server (Stack overflow is a good
example of server-side rendering)
- Learn Once, Write Anywhere (*isn’t perfect, but it’s a fact)