React
A JavaScript library for building user interfaces
Learn
Key elements
JSX is a syntax extension to JavaScript. It is recommended to use it with React to describe what the UI should look like. JSX produces React “elements”.
Quickstart
Tutorials
Books
DigitalOcean: How To Code in React.js eBook - July 30, 2021
Testing
Jest
Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
→ jestjs.io (Testing React Apps)
Install dev dependancies: testing-library/react, testing-library/jest-dom
Last updated