bananaoomarang / isomorphic-redux

Isomorphic Redux demo, with routing and async actions
https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
MIT License
455 stars 87 forks source link

Add support for redirecting from the server #58

Closed pjvds closed 6 years ago

pjvds commented 8 years ago

Current the server does respond with a 404 not found if the matched route is a redirect. This pull request changes that behaviour to respond with a 302 found, a common way to preform an URL redirection.