I feel you there. But there are a number of libraries that ONLY have the react flavor. Ex: Really bummed to lose react-aria. It's a gold standard for accessible UI and has a war chest of components. Melt UI is really behind, and shoelace just feels weird to use. I'm type casting everything
Comments
- component function boilerplate
- memo
- useMemo
- useCallback
- dependency arrays
- CSS-in-JS lib
- context provider components
- Framer Motion
- babel bullshit (mandatory for react compiler)
- class component (mandatory for error boundaries)
- fragment
- lazy
- state management lib
That's without me adding the APIs that simply have simpler equivalents