developit / react-router-4-test

Did you know you can use React Router with Preact, no -compat?
https://react-router-4-test.surge.sh/
35 stars 7 forks source link

Question: Do I still need to alias proptypes and children? #6

Open pmbanugo opened 7 years ago

pmbanugo commented 7 years ago

I'm considering using Preact. I've seen it supports Material design (https://github.com/developit/preact-mdl) and I don't know if react router v4 works without needing to change anything. I'm guessing there might have been a PR on Reat-Router to make it work seamlessly.

Do I need to do any extra work to get Preact and React-Router working together?

pmbanugo commented 7 years ago

I find create-react-app easy to use which I'm using for my project. Is there one you recommend for Preact?

raulchedrese commented 7 years ago

@pmbanugo take a look at this issue #3. It may help you get Preact working with React-Router.

As for a create-react-app alternative Preact CLI is what you want.