Hunter Henrichsen

Hunter Henrichsen

Search Circle
< lecture

Appendix B - Frontend Frameworks

posted 9 months ago 6 min read

Frontend Frameworks#

Frameworks are how you build webpages that respond to outside data and user input. Many of the frontend frameworks are now moving towards SSR which allows you to also use server information and generate the page even if the user is not using JavaScript, depending on the implementation. There are so many of these.

Frameworks#

The Original Ones#

The New Ones#

Component Libraries#

Component libraries are the primitives used to build an app, and generally run on top of a framework. I recommend using one, since most of them come with automatic accessibility benefits, as well as save you time reinventing the wheel.

CSS Frameworks#

Bundlers and More#

Bundlers#

Other Tools#

Build Steps#