Open jsk548 opened 7 years ago
Hi @jsk548 !!!
You may want to take a look at new version of create-react-app
with many new features included PWA. There released new version. I will update the version of this repo soon.
Thanks @nndung179 , Your project setup is really awesome with Redux-saga. Waiting for your new version of repo.
Hi @jsk548 !!!
I have upgrade version of create-react-app
& other packages. But I still have some issue with react-router
version 4. Still finding solution for this.
I have upgrade version of create-react-app & other packages
Good @nndung179 , please update here when you are done. this might be helpful for us https://reacttraining.com/react-router/web/api
Hi @nndung179 , any updates on this ?
Hi @nndung179 , is that React Router v4 working ?
Hi @nndung179, I have faced lot of issues while deploying to apache server. I kindly request you to update to v4 with BrowserRouter . And i want to run my project from subdirectory so we should use BrowserRouter's basename. I have tried but it is giving error.
Further more, here is what i found with your project setup i have deployed as - demo1.gd.com/cliq - (which serves the index) but i have fouind that when i click on products it should take me to demo1.gd.com/cliq/products instead it takes me to demo1.gd.com/products it is missing the cliq in the url - demo1.gd.com/cliq whch is the host
hope you make it soon. Thank You.