jmsv / simple-mern

the simplest MERN (MongoDB, Express, React and Node) setup
MIT License
26 stars 22 forks source link

Add React Router #4

Closed jmsv closed 4 years ago

jmsv commented 4 years ago

see https://github.com/jmsv/simple-mern#extend-simple-mern

Let me know if you're interested in working on this and I'll make a target branch for the PR 🙂

leonlafa commented 4 years ago

Happy to jump on this 😁

jmsv commented 4 years ago

@leonlafa go for it!

leonlafa commented 4 years ago

I've implemented and tested the router, works as expected. Do you want me to leave app structure as is or split into pages?

leonlafa commented 4 years ago

I also need a target branch to push to 😁

jmsv commented 4 years ago

sorted :+1: with-react-router

jmsv commented 4 years ago

done in #12