10000 GitHub - poulamb/chapter-04-coding-in-react at ec3a307b927e863dd366bc48ff8b4737a0ae3c2c
[go: up one dir, main page]

Skip to content

In this chapter, we started to develop a config-driven UI for food ordering platform. Concepts of props(properties), virtual DOM, importance of unique key were discussed.

Notifications You must be signed in to change notification settings

poulamb/chapter-04-coding-in-react

Repository files navigation

Learn React With Harshi 👩🏻‍💻 Series

Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini

Class Summary Chapter - 04 Talk is cheap, show me in code (07/01/2023)

Chapter-04 was an interesting session where we started to develop a config-driven UI for food ordering platform. First, we created LLD of the web application, continued working on creating layouts, components and data manipulation from mock data. Concepts of props(properties), virtual DOM, importance of unique key were discussed.

One line about this chapter : Props (properties) passed in Component are similar to the arguments passed in a js function call and received by the function definition as parameters.

Check out Chapter-04 Live for the live demo of this chapter's coding assignment

If you are interested in other chapters of this series, please browse through the my repositories

About

In this chapter, we started to develop a config-driven UI for food ordering platform. Concepts of props(properties), virtual DOM, importance of unique key were discussed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • CSS 4.6%
  • HTML 1.9%
0