Comment on React 19 Breaks Async ComposabilityparentComments−JakaJancar2yI've adopted the practice of avoiding libraries with major version > ~3. If you needed to re-design your API so many times, I don't trust your judgement enough to build on top of it.That said, I still use React and... it's at 19.x :'(−magnio2yReact jumped from v0.14 to v15.0, so in reality it's more like major version 4.3 right now.−JakaJancar2yAh, cool, didn't know - joined the train late.
Comments
I've adopted the practice of avoiding libraries with major version > ~3. If you needed to re-design your API so many times, I don't trust your judgement enough to build on top of it.
That said, I still use React and... it's at 19.x :'(
React jumped from v0.14 to v15.0, so in reality it's more like major version 4.3 right now.
Ah, cool, didn't know - joined the train late.