DEV Community

Discussion on: Accessing React State right after setting it

Collapse
 
anurbol profile image
Nurbol Alpysbayev • Edited

Seems like MirrorJS while having good intentions and is overall a good thing, sacrifices features to simplicity (quote from their readme: "define routes without caring about history"). Also if it does not have compatibility with react, I doubt it has a bright future.

P.S. I've looked at your profile, if you have .NET background, you might want to look to angular instead of react. The former is a more solid base for new, big-scaled project, the latter is good for small to medium projects, or for existing projects with legacy (in any language).

Thread Thread
 
dance2die profile image
Sung M. Kim

Thanks Nurbol for the tip on Angular. I will consider it over Vue for the next framework.

if it does not have compatibility with react

Might ask what you meant by the compatibility issue?

Thread Thread
 
anurbol profile image
Nurbol Alpysbayev • Edited

Vue is also good, but it is in the same basket with React, unlike Angular. By compatibility I meant the same API. If MirrorJS does not compatible with React, all the libraries and entire ecosystem for React is useless for MirrorJS. I just didn't look if it's compatible, so I don't know if it's true.

Thread Thread
 
dance2die profile image
Sung M. Kim

I see that MirrorJS has a devdependency on "react": "^16.3.2", so if React v.17 is release it'd not be compatible.