Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini
Chapter-03
started with revising the previous sessions and doubts raised in the previous sessions were addressed. Babel/Polyfills and their usage were explained. Scripts were written for starting and building the app. Steps to install a npm package were walked through. JSX vs React.createElement() vs Components were discussed in depth. It was a truely knowledge heavy session with lot of new concepts and keywords.
One line about this chapter : JSX is NOT html inside js but syntactic sugar for the React object
Check out Chapter-03 Live for the live demo of this chapter's coding assignment
If you are interested in learning other chapters of this series, please browse through the my repositories
If you have any queries/suggestions about my version of this course, please feel free to raise PR. Happy coding !!!