Understanding Webpack
lorem ipsum...
June 2, 2025 • 1 minute(s)
I try to write about things I learn, and things I think about. I also write about things I don't know, but want to learn about.
lorem ipsum...
Rendering is the process of transforming the component code (HTML, CSS and JavaScript) you write into user interfaces (UIs) that user sees and interacts with.
React design patterns are reusable solutions to common problems in React development, promoting maintainability, scalability, and code reusability.
Before getting started with React, it's essential to master JavaScript basics -- variables, functions, arrays, objects, ES6+ concepts, promises, async/await and DOM manipulation. These core concepts form React's foundation.