Example code and exercises on the training React Fundamentals by Peter Kassenaar. Contact us for a training at your company or organization!
The repo has an examples
folder with all the code examples. They are numbered for your reference. A quick guide:
- 1xx - General components, props.
- 2xx - Working with data.
- 3xx - Styling components.
- 4xx - Working with form elements.
- 5xx - Working with API's
- 6xx - React Router
- 7xx - React Hooks
- 8xx - Redux State Management
- 9xx - Testing introduction
Every example is a small mini project. Perform an npm install
for every folder/project you want to run.
This is not a monorepo.
- Create React App: https://create-react-app.dev/
- React Devtools (Chrome Extension): https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en
- Server Sided Rendering (SSR) of React applications: https://alligator.io/react/server-side-rendering/
- Transforming Class components to Function components (/w hooks): https://wattenberger.com/blog/react-hooks
- How Google indexes your JavaScript application (Martin Splitt): https://www.youtube.com/playlist?list=PLKoqnv2vTMUPOalM1zuWDP9OQl851WMM9
Want do follow a training on your own, or with colleagues from your company? See the calendar at https://www.reacttraining.nl/dates or contact [email protected].
Copyright (C) 2014-2023 - www.reacttraining.nl