Content
@
0 reply
0 recast
0 reaction
@git
nothing is more disappointing than a library providing only react support. "nobody has time to make versions for each framework!" not what we are asking and not what you should do even if you're able to. Just make a vanilla JS version and a react version. This ends up being better for your library long term
6 replies
2 recasts
28 reactions
Darryl Yeo 🛠️
@darrylyeo
Facts. React Hooks should really be treated as its own programming language (an ecosystem-incompatible flavor of JavaScript).
2 replies
0 recast
8 reactions
Rafi
@rafi
This. One of the biggest flaws of React for me is its separate runtime. Solid did it well: stack traces are pure, when I change the value it actually changes, and there is no build step required.
0 reply
1 recast
3 reactions