gzoreslav / react-redux-saga-universal-application

React universal application with server-side rendering with data fetching
MIT License
47 stars 8 forks source link

Server Side Rendering components different than actual components #23

Closed ajeetvarma closed 6 years ago

ajeetvarma commented 6 years ago

While doing my application based on this boilerplate , i found that SSR components are different than actual components . Even In the default example of Media When I searched contents after enter a keyword in input field , like example 'React' , In Client Side i found the required searched content related topic of React but on viewing page source it is coming as default previous page contents . It actually does not change as per new client page contents.

Please Suggest some idea regarding this ...

Thanks a lot ..

ajeetvarma commented 6 years ago

Sorry , There was wrong approach in my code . I have resolved it ..

gzoreslav commented 6 years ago

Thanks for using this starter!