Lessons by tag «performance»
Understanding state and event management in nested components
Learning about the problems that the developer face when working with source code
Getting familiar with the course and set up the environment
Learning how to create box components that can work with nested components
Learning to interact with the real DOM to integrate third party components
Learning how to handle collections of data inside components
Learning about JSX features that work differently from HTML
Learning how to properly work with component classes that can change dynamically
Learning how to create stateful components and add interactivity
Recollecting that everything around is automata. Learning to work with automata in React properly
Learning how to work with compound structures in an immutable style. Exploring the `immutability-helper` library
Considering creating components based on functions and using namespaces
Learning a convenient way to access global state in nested components