
Master the project setup for a React and Redux masterclass, outlining essential steps to initialize and organize code for effective app development.
Refactor the Button and Digits components from class instances to stateless function components using es6 arrow functions, props, and simplified handlers, preserving click behavior and app functionality.
I somehow missed this, but if you follow along, please also make a change to src/index.js file as well!
The required change you will find in:
https://github.com/Ajdija/Learning-React-Redux-decoupling-with-stateless-components/commit/ee88b3039b812d28b437ef97989dc5664afd9d06#diff-1fdf421c05c1140f6d71444ea2b27638R6
Thank you and sorry for inconvenience :)
Refactor the history view to a function component, add a history reducer, and implement update expression and toggle history actions to fix operators and restore history in React and Redux.
Refactor the history component into a presentational component and decouple it from the store, introducing a history container and dispatching update expression and toggle history actions.
Refactor the calculator by turning operators into a presentational component and creating an operators container, a higher-order component with redux thunk, dispatching update expression and handling operator clicks and clear/backspace.
Refactor the calculator app to be more reusable by turning fixed class names into props. Configure button, control panel, and history with props, and use char code 8592 for arrows.
Refactor the calculator component to use the provider instead of passing the store props, making the store available via react-redux Provider. Define context and prop types, and prepare for tests.
Learn to check your app’s test coverage with yarn --coverage in a Create React App, read the coverage report, and fix a backspace comma bug by writing tests.
Interested in building applications that scale well, are bug free and easy to maintain?
This is a course for you. I will show you how to write reusable React and Redux code.
React is the library that modern Javascript developers need to know. Truly knowing how to write reusable React JS views and Redux reducers will get you a job, and enable you to build quality frontend applications.
Important: This course is concise and focuses on the ability to write decoupled React.js & Redux code.
All videos are professionally edited for your convenience.