@lucasbernalte
Lucas Bernalte
Frontend Engineer @ EA
@lucasbernalte
Static
Static
Dynamic
Static
Static
Dynamic
Rendering a complex layout
Fetching data
Building reusable components
Running JS fast
React is a JavaScript library for building user interfaces.
React stands at the intersection of design and programming. It lets you take a complex user interface, and break it down into nestable and reusable pieces called “components” that fit well together.
React uses JavaScript
Much of learning React is really learning JavaScript, which means you will take your learnings far beyond React.
The same way you render a <p> or <div> you can render <MyComponent>