Skip to content

React, Redux, Webpack, React Fiber, Tailwind CSS, Context API, React Testing Library, React Hooks, Storage, React Router, React Suspense, React Portals, React Fragments, Higher-Order Components (HOC), Render Props, React.memo, React.lazy, Redux Thunk, React Context, React Router.

Notifications You must be signed in to change notification settings

sumansingh226/ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Course and Project

This repository contains the code for a React course and project that covers every topic of React. The course is divided into 10 modules, each of which covers a different topic of React. The project is a simple to-do list app that uses all of the concepts taught in the course.

parcel

  • dev build
  • local server
  • HMR: Hot Module Replacement
  • file watching algorithm, written in C++
  • chaching faster builds
  • image optimisation
  • Minification
  • Bundling
  • Compress files
  • Consistent hasing
  • Code splitting
  • Diffrential bundling
  • Diagnostic
  • Error handling
  • Provide an HTTPS server.
  • tree shaaking: remove unused code
  • Different development and production builds

Modules

The course is divided into 10 modules:

-Introduction to React -React Components -State and Props

  • Events and Callbacks
  • Hooks
  • Routing
  • Forms
  • Animations
  • Testing
  • Deployment
  • Project The project is a simple to-do list app that uses all of the concepts taught in the course. The app allows users to create, edit, and delete to-do items. It also allows users to mark to-do items as completed.

Getting Started

To get started with the course and project, you will need to have Node.js and npm installed on your computer. Once you have Node.js and npm installed, you can install the dependencies for the project by running the following command:

npm install

Once the dependencies have been installed, you can start the project by running the following command:

npm start

The project will start running on port 3000. You can open a web browser and navigate to http://localhost:3000 to see the project.

Contributing

If you find any bugs in the code or have any suggestions for improvement, please feel free to open an issue in the repository.

About

React, Redux, Webpack, React Fiber, Tailwind CSS, Context API, React Testing Library, React Hooks, Storage, React Router, React Suspense, React Portals, React Fragments, Higher-Order Components (HOC), Render Props, React.memo, React.lazy, Redux Thunk, React Context, React Router.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages