ReactJS for the Frontend

Please click on the links below to start.

Lesson 1 Installing ReactJS
Lesson 2 Configure react project to use Reactstrap 
Lesson 3 Creating a React component using jsx and javascript
Lesson 4 Using a clickable card component instead of list
Lesson 5 Hook One way data flow & component reusability
Lesson 6 Splitting components into smaller components
Lesson 7 Splitting components into smaller components-classes
Lesson 8 React Components composition using classes - restaurant
Lesson 9 React components composition -another solution
Lesson 10 Presentational & Container Components 1
Lesson 11 Single Page Application without page About Us
Lesson 12 Single Page Application with page About Us
Lesson 13 SPA with controlled form validation added
Lesson 14 SPA with uncontrolled form for login
Lesson 15 Installing Redux & adding it to app
Lesson 16 Install&configure react-redux-form to create Controlled
Lesson 17 React Redux Form Validation 1
Lesson 18 Implement a Modal Form using react-redux
Lesson 19 Create&Dispatch actions to update store
Lesson 20 Adding Redux Thunk & Logger middleware tot he app
Lesson 21 Use react-redux-form to interact with Redux store
Lesson 22 Use the json-server as a simple static web server
Lesson 23 Handling errors & fetch in React with json-server
Lesson 24 Configure Fetch to post data to the json-server
Lesson 25 Adding animation to the app 1
Lesson 26 Adding animation to app using react-animation-components
Lesson 27 Fetch, posting data to json-server & animation
Lesson 28 Building & Deploying to json-server