Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshithaSolai committed Jan 31, 2023
1 parent fdbfb8c commit 3a2cfc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
Documenting my learning journey of [Namaste React Live Course](https://learn.namastedev.com/) conducted by Akshay Saini

## Class Summary `Chapter-11 Data is the new oil` (29/01/2023)



In this weekend (chpater-10 & chapter-11), we will be covering the two important layers of any Single Page Application - UI layer & Data layer. Chapter-11 is about Data layer of the app. Consider data as if it's oil, use it wisely because that is what powers the engine, and its expensive as well. There were discussion on what is data in React, how to pass data in the component hierarchy, from parent to child, child to siblings, child to parent, and finally throughout the app.

Find my version of detailed explanation of these concepts in [theory-assignment.md](/~https://github.com/Learn-React-With-Harshi/chapter-11-data-is-the-new-oil/blob/main/theory-assignment.md). Check [coding-assignment.md](/~https://github.com/Learn-React-With-Harshi/chapter-11-data-is-the-new-oil/blob/main/coding-assignment.md) for all the features that I implemented in this chapter.

One line about this chapter : `Leave the Styling (writing long classes in css files) to Tailwind, use its utility classes and concentrate on your logic part of the application `
One line about this chapter : `If you want to : 1) pass props from parent to child, grandchild(2 levels), use Props Drilling, 2) pass props from child to parent or its siblings use Lifting State Up and 3) make data available throughout the app, then use Context Provider`

Check out [Chapter-11 Live](https://learn-react-with-harshi-chapter-11.netlify.app/) for the live demo of this chapter's coding assignment `(InstaFood Version 6.0)`. Also check out the following chapters to see how InstaFood has progressed. Happy Reacting !!!

Expand Down
4 changes: 4 additions & 0 deletions coding-assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
## Build a Food Ordering App - Chapter-11 features


### Practice React Context with code examples


### Try out Nested Contexts

0 comments on commit 3a2cfc2

Please sign in to comment.