Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini
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