$learn frontend-101
Frontend Concepts, Explained
Interactive, visual explanations of concepts every frontend developer runs into early on.
What's covered
The DOM
The live tree the browser builds from your HTML.
Responsiveness
Making layouts adapt to any screen size.
Components
Why we build UIs out of reusable pieces.
State
How apps remember things that change.
API Calls
How the frontend asks a server for data.
Frameworks
A pre-built foundation that handles the repetitive parts of building an app.
Accessibility
Making sure the UI works for everyone.
What's next
How to Approach a Component
Breaking down real UI challenges.
Coming soonHave a suggestion or found something to improve?
Open an issue on GitHub