Simplifying reactivity with solidJS
By Dan Jutan
Description
React Brussels 2022
React provides everything you need to build interactive apps, but managing state, dependencies, and memorization in React's rendering system can lead to a lot of mental overhead. In this talk, we explore Solid's unique approach to reactivity and how it can help you write better components quicker - even if you don't use Solid.