A workshop for building UI components in isolation. Useful when you want to design a component before plugging it into a real app.
A declarative, resource-oriented framework for Elixir. It models your domain once and gives you APIs, authorization, and validations from there.
A predictable state container for JavaScript apps. Still useful for some kinds of state, even if Context and React Query handle most cases now.
Glue between React and Rails, with server-side rendering. Worth knowing if you have a Rails app you do not want to throw out.
The original Angular. I worked on it a long time ago and it taught me a lot about what data binding can and cannot do.
Models with key-value binding, collections with enumerable functions, views with declarative event handling. The grandparent of a lot of what we build with now.