From ea6102354d59694f807d6060c381379f1a35d539 Mon Sep 17 00:00:00 2001 From: Mohammed Ashiqur Rahman Baig Date: Sun, 26 Feb 2023 19:12:55 +0600 Subject: [PATCH 1/2] Update README.md Added Index Section for better navigation. --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bd9ee2..5ab80e3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,30 @@ Hi, This is course page of **CoderDost Youtube Channel** React JS 2023 Course [V # React JS Series - +# Index + +
Index + + * [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) + + + +
## Chapter 1 - Introduction to React & Setup @@ -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 + +
Index + + * [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) + + + +
From 582c97d1dd9842fcff3e4881c55c5e5ca55d3aad Mon Sep 17 00:00:00 2001 From: Mohammed Ashiqur Rahman Baig <44906541+iamworldian@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:44:03 +0600 Subject: [PATCH 2/2] Updated README.md Index Fixed --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5ab80e3..248cc66 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,19 @@ Hi, This is course page of **CoderDost Youtube Channel** React JS 2023 Course [V
Index * [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) + * [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 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)