mhaagens / lazy-route

Lazy/async route loading for React Router 4 through System.import
57 stars 7 forks source link

Handle `componentWillReceiveProps` for <Switch> support. #7

Closed pc035860 closed 7 years ago

pc035860 commented 7 years ago

Reload the component on component prop change, which enables component support. Issue #4 .

mhaagens commented 7 years ago

Thanks for the PR!