Frontend Javascript References

Posted Saturday, March 4, 2023 by Sri. Tagged MEMO
EDITING PHASE:gathering info...

Learning/Reference

Reformatted from Jared White on his The Spicy Web Discord server:

There are some awesome courses now at web.dev:

  • https://web.dev/learn/ - Explore our growing collection of courses on key web design and development subjects. An industry expert has written each course, helped by members of the Chrome team. Follow the modules sequentially, or dip into the topics you most want to learn about.

Also a good JS ref:

  • https://javascript.info/ -

Cheatsheets:

  • https://htmlreference.io/ - A free guide to all HTML elements and attributes.
  • https://cssreference.io/ - CSS Reference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.

Responsible web design:

  • https://responsibleweb.app/ - HTML and CSS Tips and Tricks for creating applications that are both responsive and accessible out of the box

History

  • The Evolution of Javascript in Signals - Preact/Signals is a state management library. The author of the library reflects on prior work that Signals builds on, from KnockoutJS through React to now. To me, this also affirms that many Javascript developers were feeling their way around ancient computing concepts blindly and repeating past mistakes. (h/t to The Spicy Web discussion channels)

  • React vs Signals: 10 Years Later - The followup to The Evolution of Javascript in Signals (h/t to The Spicy Web discussion channels)