swordev / suid

A port of Material-UI (MUI) built with SolidJS.
https://suid.io
MIT License
660 stars 47 forks source link

Add SSR Support for Select #257

Closed BierDav closed 10 months ago

BierDav commented 11 months ago

This involves greater structural changes, because we don't have a (virtual) dom on the server which lets us modify children, so we have to introduce a context for the MenuItem so that it mounts its self to the Select component.

Again this includes my other pr's, because i need everything in one branch, but feel free to cherry pick commits, this will not create merge conflicts

BierDav commented 10 months ago

Noticed that this requires a lot more work to fully support ssr. I will make a completely new pr