next-super-performance
next-super-performance copied to clipboard
Repository not working?
I tried to install and use the repository as described in Status, but I cannot make it work.
Error: Cannot find module 'pool-attendant-preact'
Are the installation steps complete?
Any Update ?
Guten Tag! @LukasBombach Would you mind merging the PR #2 that helps with this issue? Your work is really an interesting case for those who is trying to improve the performance of NextJS based applications. Lazy hyndration really may be next big thing in the world of React and SSR, thanks for you work 👍
Oh sorry, I did not see any of this, will do, thanks
This is incredible work! What is stopping this from being available on npm
right now?
My company decided to discontinue the entire project :(
We have continued this path in our new company, but we feel like there's something on the horizon from the teams at react
and next.js
, specifically related to suspense
so we are currently waiting for something similar to pop up.
Ah, I see. No worries. I understand that.
Thanks ❤️
Hey there—thanks for sharing all of your work on this, @LukasBombach! It's unfortunate that you had to discontinue work on this, but for what it's worth it was incredibly inspiring for me.
I integrated a very similar partial hydration technique into microsite
, so I wanted to drop a link to that for future visitors who may be interested. It is very similar to using Next.js with next export
, but built on Preact and hyper-focused on performance—every single byte of JS is opt-in.
Hey Nate — that is awesome!!
Am 16.11.2020 um 05:22 schrieb Nate Moore [email protected]:
Hey there—thanks for sharing all of your work on this, @LukasBombach https://github.com/LukasBombach! It's unfortunate that you had to discontinue work on this, but for what it's worth it was incredibly inspiring for me.
I integrated a very similar partial hydration technique into microsite https://github.com/natemoo-re/microsite, so I wanted to drop a link to that for future visitors who may be interested. It is very similar to using Next.js with next export, but built on Preact and hyper-focused on performance—every single byte of JS is opt-in.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LukasBombach/next-super-performance/issues/4#issuecomment-727726123, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASE7BHBUWYL7PU7NX5BZP3SQCSH7ANCNFSM4IGEYCZA.
Thanks, I really appreciate you taking the time to check it out! Excited to see what the future holds for this technique. Microsite absolutely would not exist without your early conceptual work here.