mikesol / purescript-deku

A PureScript web UI framework
https://purescript-deku.surge.sh/
Apache License 2.0
123 stars 12 forks source link

Bringing back SSR #122

Open mikesol opened 1 month ago

mikesol commented 1 month ago

The most recent version of deku removed the SSR feature as it was buggy and impractical.

It'd be nice to bring back a better version. I have an idea of how this could be done:

There are a few corner cases to work out for text elements and fragments, but they'd follow the same general principle.

mikesol commented 2 weeks ago

Started working on this, but we'll merge the two outstanding PRs first 👍