Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 44 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,30 @@ Hi, This is course page of **CoderDost Youtube Channel** React JS 2023 Course [V

# React JS Series


# Index

<details><summary>Index</summary>

* [Chapter 1 - Introduction to React & Setup](#chapter-1---introduction-to-react--setup)
* [Chapter 2 - Components - JSX and Props](#chapter-2-----components---jsx-and-props)
* [Chapter 3 - Conditional Rendering & Lists](#chapter-3-----conditional-rendering--lists)
* [Chapter 4 - Events && Event Bubbling](#chapter-4----events--event-bubbling)
* [Chapter 5 - State, useState Hooks](#chapter-5----state-usestate-hooks)
* [Chapter 6 - Form , Synthetic Event Object & Lifting State up](#chapter-6----form--synthetic-event-object--lifting-state-up)
* [Project 1 - TODO App](#project-1---todo-app)
* [Chapter 7 - More State & useEffect hooks](#chapter-7-----more-state--useeffect-hooks)
* [Chapter 8 - useReducer](#chapter-8----usereducer)
* [Chapter 9 - Context API & useContext](#chapter-9-----context-api--usecontext)
* [Chapter 10 - Context API with useReducer [Redux architecture]](#chapter-10-----context-api-with-usereducer-redux-architecture)
* [Chapter 11 - useRef](#chapter-11-----useref)
* [Chapter 12 - useEffect and API calling](#chapter-12-----useeffect-and-api-calling)
* [Chapter 13 - Memoization - useMemo, useCallback, memo](#chapter-13-----memoization---usememo-usecallback-memo)
* [Chapter 14 - Advanced React - Part 1](#chapter-14---advanced-react---part-1)
* [Chapter 15 - Advanced React - Part 2](#chapter-15---advanced-react---part-2)



</details>


## Chapter 1 - Introduction to React & Setup
Expand Down Expand Up @@ -432,7 +455,26 @@ NODE JS 2023 Course [Video Link](https://youtu.be/ChVE-JbtYbM)
- run `npm install` inside the root directory before running the code



# Index

<details><summary>Index</summary>

* [Chapter 1 - Introduction to Node, NPM, Package.JSON](#chapter-1---introduction-to-node-npm-packagejson)
* [Chapter 2 - Server Concepts with Node - http module](#chapter-2---server-concepts-with-node---http-module)
* [Chapter 3 - Express JS](#chapter-3---express-js)
* [Chapter 4 - REST API using Express JS](#chapter-4---rest-api-using-express-js)
* [Chapter 5 - Backend Directory Structure / MVC / Router](#chapter-5---backend-directory-structure--mvc--router)
* [Chapter 6 - MongoDB - Server / Mongo Shell (CLI) / Mongo Atlas](#chapter-6---mongodb---server--mongo-shell-cli--mongo-atlas)
* [Chapter 7 - Mongoose and REST APIs](#chapter-7---mongoose-and-rest-apis)
* [Chapter 8 - React Integration and MERN Stack Live deployment](#chapter-8---react-integration-and-mern-stack-live-deployment)
* [Chapter 10 - Server Side Rendering](#chapter-10---server-side-rendering)
* [Chapter 11 - Authentication with JWT](#chapter-11---authentication-with-jwt)
* [Chapter 12 - Mongoose Advanced queries, Node Streams, Events etc.](#chapter-12---mongoose-advanced-queries-node-streams-events-etc)
* [MERN STACK PROJECT IDEAS](#mern-stack-project-ideas)



</details>



Expand Down