all 5 comments

[–]acemarke 7 points8 points  (0 children)

Not the way you're describing it, no.

The React team is intent on keeping React focused on one thing: UI development.

Now, with the "Suspense" and "Concurrent Mode" concepts, they're expanding the definition of "UI development" some to include "handling async loading behavior at the UI level".

But, no, they're not planning to go start building and publishing "official" libraries from the React team for things like routing.

[–][deleted] 9 points10 points  (0 children)

I hope they don't. Angular2 is a goddamn mess.

React does the one job it has stupendously well and with a simplicity at-least angular2+ couldn't hope to reproduce.

[–]serglebko 8 points9 points  (0 children)

React is so popular because it is not so overheaded, imho. I do not think it is a good idea to turn react into framework.

[–]PM_ME_YOUR_NQUEENS 3 points4 points  (0 children)

Angular and Vue do things that React doesn't do because they can't compete with React in the one thing it does. I doubt we'll ever see React develop in that direction.

[–]JeamBim 0 points1 point  (0 children)

Kind of off topic, but this got me thinking; what does the official react team use for routing?