-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server/SSR Support #15
Comments
Yes it is #13 already planned, significant differences in react core become it is not just update deps, coming soon |
Hi @Pikachews, I confused a little what you asked, SSR and support of new react core. The support of new react core fetaures was already done some time before. The question about SSR has a subtlety in case of dinamic content like remote api fetching or db responces and auch this library too. There are tests for all cases. Some things must works immidiately, but some thins requires special approach. It dependent from props too check this. May be some documentation improvements required. To clarify what is your problem access to your case is required. So simple example which demonstrate a problem is required. Or better you can contact to me directly, check my profile page here |
Essentially, I would like https://github.com/oklas/react-breadcrumbs-dynamic to also work on the server, otherwise the initial render of the breadcrumbs is empty until the JS mounts. |
Full environment where problem is reproduced is required, (used stack/boilerplate with db/other dynamic data). Not only mention of used lib. Simple example which demonstrate a problem is required. |
Unfortunately, it seems this amazing library that does almost everything I want it to do does not support running on the server☹️ Are there any plans to support this?
The text was updated successfully, but these errors were encountered: