Skip to content

Instantly share code, notes, and snippets.

@clalimarmo
Created September 15, 2015 18:52
Show Gist options
  • Save clalimarmo/588ca12e522e5fd0c666 to your computer and use it in GitHub Desktop.
Save clalimarmo/588ca12e522e5fd0c666 to your computer and use it in GitHub Desktop.
Deep Linking with React + Flux, dispatching an action for app initialization on page load
// example app initialization
$(function() {
Dispatcher.dispatch({
type: 'initialize app',
path: window.location.pathname,
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment