You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2019. It is now read-only.
Was trying to use a modified version of this kit to set an isomorphic SPA but started encountering a problem where the page refreshed the first time I clicked a react-routerLink component. Thought I had borked something, but I was able to re-produce on a fresh install only modifying the main page to have 2 links to different routes. Not sure if an issue with koa, react-router or webpack, currently investigating. You can see the error if you run my fork, and specifically the changes I made are here.
Hi there,
Was trying to use a modified version of this kit to set an isomorphic SPA but started encountering a problem where the page refreshed the first time I clicked a
react-routerLinkcomponent. Thought I had borked something, but I was able to re-produce on a fresh install only modifying the main page to have 2 links to different routes. Not sure if an issue withkoa,react-routerorwebpack, currently investigating. You can see the error if you run my fork, and specifically the changes I made are here.• Browsers Tested: Latest Chrome, Latest Firefox
• Node version: 5.2.0
• Npm version: 3.3.12
Any help greatly appreciated, thanks! ✊