anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

Reason for the hash in the URL? #22

Closed captDaylight closed 8 years ago

captDaylight commented 8 years ago

Hey, love the project, but was wondering why you chose to have URL scheme like http://localhost:3000/#/list as opposed to http://localhost:3000/list.

It's a pretty simple change, but I was wondering if you had any thoughts around it.

Anybody wanting to make the change, go to index.js and change the line

import createHistory from 'history/lib/createHashHistory';

to

import { createHistory } from 'history';
anorudes commented 8 years ago

Becouse this boilerplate not have server-side rendering with express :( We will fix it in future)