Open pmbanugo opened 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?
@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.
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?