Notes from Scrimba Advance React course
React allows to create components that can be re-used anywhere its needed in the application. This helps simplify codebase in larger code-bases. The listed topics include:
Children
Compound Components
Contex...