Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.93 KB

README.md

File metadata and controls

24 lines (22 loc) · 1.93 KB

🚀 Namaste React ⚛ by Akshay Saini (Founder of NamasteDev).

This repository contains a chapterwise code play around, assignments & notes, which help you understand the concepts of React.js.
Notes contain in-depth references from chapters.

Mesmerizing highlights and learnings from this course

  • Running reactjs inside a single index.html file using cdn links and script tag. (ch01)
  • Parcel: new beast unlocked with all the supernatural powers. (ch02)
  • CDUI: Config Driven UI is a design approach where the structure, behavior and appearance of user interfaces are defined primarily through configuration rather than hard-coding in the application's source code.
  • Planning approach towards problem statement (ch04)
  • Slow Coding: slow and steady wins the race
  • Mini State Management with Context API: Play with Context API and understand how it makes your work easy.
  • Rocking with Redux: All that hours spent on making friends with Redux simplified so well by performing cart operations using redux store with its peers.
  • Time for Test === Test & Save Time. Writing test cases was never ever so easy and beautiful. Know insights of testing from chapter13