Skip to content
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

Open
Pikachews opened this issue Jul 21, 2020 · 4 comments
Open

Server/SSR Support #15

Pikachews opened this issue Jul 21, 2020 · 4 comments

Comments

@Pikachews
Copy link

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?

@oklas
Copy link
Owner

oklas commented Jul 21, 2020

Yes it is #13 already planned, significant differences in react core become it is not just update deps, coming soon

@oklas
Copy link
Owner

oklas commented Jul 25, 2020

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

@Pikachews
Copy link
Author

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.

@oklas
Copy link
Owner

oklas commented Jul 27, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants