omniscientjs / omniscient

A library providing an abstraction for React components that allows for fast top-down rendering embracing immutable data for js
http://omniscientjs.github.io/
1.22k stars 51 forks source link

Starting Up React Create-React-App my-app doesnt work with react-router #135

Open leonin72 opened 7 years ago

leonin72 commented 7 years ago

As soon as I try to use any of the tags of react router eg LINKS or The Routes I can only see the HTML which is blank. I tried the simplest used. The single route. That doesn't even work.

mikaelbr commented 7 years ago

Could you post your code so we can reproduce it? We haven't used react-router much, and especially not the latest version, so it isn't developed with compatibility with RR explicitly in mind.

@torgeir You have tried omniscient with an earlier version of RR, right?

torgeir commented 7 years ago

Yes, I believe we have some old examples laying around, but haven't tried with more recent versions.

Please post an example so we can reproduce it.