Comment on React 19 Breaks Async ComposabilityparentComments−pragmatic2yThere’s hope.Vanilla js with type annotations via jsdoc and a build less setup works amazingly well now.I’m rebuilding our companies data viz with this set up as the “glue” between apis and charts.Throw in web components and for some use cases I think you really don’t need react, etc.
Comments
There’s hope.
Vanilla js with type annotations via jsdoc and a build less setup works amazingly well now.
I’m rebuilding our companies data viz with this set up as the “glue” between apis and charts.
Throw in web components and for some use cases I think you really don’t need react, etc.