elastic / eui

Elastic UI Framework 🙌
https://eui.elastic.co/
Other
52 stars 841 forks source link

[Meta] Server side rendering / SSR #5419

Open chandlerprall opened 2 years ago

chandlerprall commented 2 years ago

Issue description updated by @tkajtoch.

Summary

Server Side Rendering (SSR) isn't currently officially supported by EUI despite the effort made in the past to make it so. We know that some internal and external teams already use our components and utilities on the server side, and we want to provide official support for this feature.

We've already made some improvements in the past and fixed reported bugs related to SSR as they came, but we have yet to take the time and effort to confirm EUI is 100% SSR compatible.

Acceptance Criteria

### Tasks
- [ ] https://github.com/elastic/eui/issues/7093
- [ ] https://github.com/elastic/eui/issues/7094
- [ ] https://github.com/elastic/eui/issues/5418
- [ ] https://github.com/elastic/eui/issues/5305
- [ ] https://github.com/elastic/eui/issues/7079
- [ ] https://github.com/elastic/eui/issues/7078
miukimiu commented 2 years ago

@chandlerprall should the following issue also be tracked here? https://github.com/elastic/eui/issues/4807

chandlerprall commented 2 years ago

@chandlerprall should the following issue also be tracked here? #4807

Done!

bradennapier commented 2 years ago

It is also erroring when you use EuiAccordion

ghost commented 2 years ago

v62.1.0 SSR has stopped working with the error ReferenceError: window is not defined

acidjunk commented 1 year ago

I see: "We expect this feature to be completed before the end of October 2023." -> Is the planning on track?

jlove-dev commented 11 months ago

Team - is there any update on this? I've tried integrating Elastic UI with SSR but running into a lot of issues with CSS or HTMLElement throughout the library.

JasonStoltz commented 11 months ago

Hello 👋 . We don't have plans to tackle this any time in the near future.

mdefazio commented 8 months ago

Tried digging through this some more and still running up against the lovely ReferenceError: CSS not defined.

I no longer hit the CSS error when running dev, but now only on build.

Running react: ^18, next: 14.0.4, eui: ^91.2.0