Requirements
- This course is beginner friendly.
Description
Learn React.js with a practical hands-on coding approach. Learn the way how React.js products are coded. No more useState todo list examples and done for the day.
Since this course focus on the fundamentals of practical coding in React.js, the list of topics is never ending. But here is the broad view of what will we touching on sooner or later.
Forms
react-hook-form for our forms
Performant, flexible and extensible forms with easy-to-use validation.
yup for schema validation
Tying the above together to make our form stronger than ever, be it the email validation or in-built change events.
State Management
Recoil library by facebook, which follows the atomic approach. A simple library with no boilerplate like redux and context.
Recoil works and thinks like React. Add some to your app and get fast and flexible shared state.
Derived data and asynchronous queries are tamed with pure functions and efficient subscriptions
Implement persistence, routing, time-travel debugging, or undo by observing all state changes across your app, without impairing code-splitting.
UI
Material UI
Integrate Material UI 5 with Next.js and TypeScript
MUI offers a comprehensive suite of UI tools to help you ship new features faster. Start with Material UI, our fully-loaded component library, or bring your own design system to our production-ready components.
Next.js
Framework for React.js projects with server side rendering and more
Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.
TypeScript
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Who this course is for
- Reactjs beginners