Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanode committed Mar 29, 2023
1 parent 408cd98 commit 77d2efe
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 147 deletions.
2 changes: 2 additions & 0 deletions 02-igniting-our-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Today was about creating production-ready react app from scratch without using c
- [Digital [PDF]](https://github.com/deltanode/react-playground/blob/main/00-React-Notes/Chapter%2002%20-%20Igniting%20our%20App%20-%20Digital%20Notes.pdf)
- [Notes.md](https://github.com/deltanode/react-playground/blob/main/02-igniting-our-app/notes.md)

> **Credit**: `Digital Notes:` [Arpan Kesh](https://www.linkedin.com/in/arpan-kesh-687740194/) | `Handwritten Notes:`[Ashraya KK](https://github.com/Ashrayaa/Namaste-React) | `Notes.md:` [Harshitha Solai](https://github.com/Learn-React-With-Harshi)
## Theory:

<!-- ************************** -->
Expand Down
2 changes: 2 additions & 0 deletions 03-laying-the-foundation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ We revised the previous sessions and doubts raised in the previous sessions were
- [Digital [PDF]](https://github.com/deltanode/react-playground/blob/main/00-React-Notes/Chapter%2003%20-%20Laying%20the%20Foundation%20-%20Digital%20Notes.pdf)
- [Notes.md](https://github.com/deltanode/react-playground/blob/main/03-laying-the-foundation/notes.md)

> **Credit**: `Digital Notes:` [Arpan Kesh](https://www.linkedin.com/in/arpan-kesh-687740194/) | `Handwritten Notes:`[Ashraya KK](https://github.com/Ashrayaa/Namaste-React) | `Notes.md:` [Harshitha Solai](https://github.com/Learn-React-With-Harshi)
## Theory:

<!-- *******************************-->
Expand Down
159 changes: 82 additions & 77 deletions 04-coding-in-react/README.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions 05-lets-get-hooked/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ While Creating `food ordering app` covered:
- [Digital [PDF]](https://github.com/deltanode/react-playground/blob/main/00-React-Notes/Chapter%2005%20-%20Let's%20get%20Hooked!%20-%20Digital%20Notes.pdf)
- [Notes.md](https://github.com/deltanode/react-playground/blob/main/05-lets-get-hooked/notes.md)

> **Credit**: `Digital Notes:` [Arpan Kesh](https://www.linkedin.com/in/arpan-kesh-687740194/) | `Handwritten Notes:`[Ashraya KK](https://github.com/Ashrayaa/Namaste-React) | `Notes.md:` [Harshitha Solai](https://github.com/Learn-React-With-Harshi)
## Theory:

<!-- *******************************-->
Expand Down Expand Up @@ -208,6 +210,7 @@ const Example = (props) => {
<blockquote>
_Question_:
```
My understanding is, when using `useState()`, we should declare the array as such:
const [someBooleanValue, setSomeBooleanValue] = useState(false)
Expand Down
136 changes: 72 additions & 64 deletions 06-exploring-the-world/README.md

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions 07-finding-the-path/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ Today we started with the recap of previous chapter's important concepts like us
### Topics Coverd:-

While Creating `food ordering app` covered:

- How to import image in react
- How to create Shimmer
- `Formik` package (create forms in reacts)
- `create-router-dom` package
- `createBrowserRoute` function
- `RouterProvider` component
- `< Link to="">`
- `Outlet`
- `useRouteError`
- `useParams`
- `createBrowserRoute` function
- `RouterProvider` component
- `< Link to="">`
- `Outlet`
- `useRouteError`
- `useParams`
- `Nesting Routing`
- `Dynamic Routing`

Expand All @@ -24,6 +25,8 @@ While Creating `food ordering app` covered:
- [Digital [PDF]](https://github.com/deltanode/react-playground/blob/main/00-React-Notes/Chapter%2007%20-%20Finding%20the%20Path%20-%20Digital%20Notes.pdf)
- [Notes.md](https://github.com/deltanode/react-playground/blob/main/07-finding-the-path/notes.md)

> **Credit**: `Digital Notes:` [Arpan Kesh](https://www.linkedin.com/in/arpan-kesh-687740194/) | `Handwritten Notes:`[Ashraya KK](https://github.com/Ashrayaa/Namaste-React) | `Notes.md:` [Harshitha Solai](https://github.com/Learn-React-With-Harshi)
## Theory:

<!-- *******************************-->
Expand Down
2 changes: 2 additions & 0 deletions 08-Lets-get-classy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Today, it was all about understanding the creating class-based component, it's d
- [Digital [PDF]](https://github.com/deltanode/react-playground/blob/main/00-React-Notes/Chapter%2008%20-%20Let's%20get%20Classy%20-%20Digital%20Notes.pdf)
- [Notes.md](https://github.com/deltanode/react-playground/blob/main/08-Lets-get-classy/notes.md)

> **Credit**: `Digital Notes:` [Arpan Kesh](https://www.linkedin.com/in/arpan-kesh-687740194/) | `Handwritten Notes:`[Ashraya KK](https://github.com/Ashrayaa/Namaste-React) | `Notes.md:` [Harshitha Solai](https://github.com/Learn-React-With-Harshi)
## Theory:

<!-- *******************************-->
Expand Down
2 changes: 2 additions & 0 deletions 09-optimizing-our-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The first half of the chapter was about Why to use, How to create, Where to crea
- [Digital [PDF]](https://github.com/deltanode/react-playground/blob/main/00-React-Notes/Chapter%2009%20-%20Optimizing%20our%20App%20-%20Digital%20Notes.pdf)
- [Notes.md](https://github.com/deltanode/react-playground/blob/main/09-optimizing-our-app/notes.md)

> **Credit**: `Digital Notes:` [Arpan Kesh](https://www.linkedin.com/in/arpan-kesh-687740194/) | `Handwritten Notes:`[Ashraya KK](https://github.com/Ashrayaa/Namaste-React) | `Notes.md:` [Harshitha Solai](https://github.com/Learn-React-With-Harshi)
## Theory:

<!-- *******************************-->
Expand Down

0 comments on commit 77d2efe

Please sign in to comment.