Sarika

Results 56 comments of Sarika

You could declare the store in the run function in client.js. Then pass it to the render attribute function used at UniversalRouter statement. In the render function you can pass...

@ssteinerx , those files were long back changed and renamed to the current structure. After that I haven't had the opportunity to write and update the test cases. But, just...

Hi @ssteinerx, it's really nice to see your active interest in this repo. We are going to maintain this repo in the long-term. Your changes and updated libraries are a...

Do you mean 'latest version of react'? If so, then you can check this fork - https://github.com/ssteinerx/sb-admin-react

For the first problem, when you run in dev mode i.e. with 'npm start', the page is loaded on localhost:3001 with browsersync. If you build it and then run it...

Did you change back the path for login from array to '/' ? or is the login page loaded by default now?

Is the login page loading? Which browser are you using?

You have to swap the position of '/' with login component and '/home' with the list of other routes in the routes/index.js file.

If you are just looking at showing login page first in the absence of authentication, then you can do it programmatically too in the home/index.js by putting in a check...

This theme uses the default hashHistory. Hence the '#' appears in the url. If you need to remove them then you would have to implement the browserHistory. https://github.com/ReactTraining/react-router/blob/master/docs/guides/Histories.md#hashhistory