Using Curi for Routing Your React/Vue apps

I was researching Routers for a React app and I came across Curi by Peter Sherman, a contributor to React Router v4.Curi is a single page application router for any JavaScript rendering library. Curi has straightforward Server Side Rendering, simple code splitting and it is high configurable with navigation powered by hickory. Curi has support for both React via @curi/react and Vue @curi/vue UI Libraries. Using Redux in your app? No problem, as Curi has @curi/redux and other packages your can choose from. You can check out some examples.

1 Like

This looks very straight forward to use with Meteor, did you’ve a chance to try it out?