next-super-performance icon indicating copy to clipboard operation
next-super-performance copied to clipboard

Repository not working?

Open secretlifeof opened this issue 5 years ago • 10 comments

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?

secretlifeof avatar Jul 23 '19 14:07 secretlifeof

Any Update ?

JayeshPunjabi728 avatar Aug 13 '19 10:08 JayeshPunjabi728

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 👍

VitalyKrenel avatar Sep 26 '19 10:09 VitalyKrenel

Oh sorry, I did not see any of this, will do, thanks

LukasBombach avatar Sep 26 '19 11:09 LukasBombach

This is incredible work! What is stopping this from being available on npm right now?

dijs avatar May 24 '20 07:05 dijs

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.

LukasBombach avatar May 24 '20 15:05 LukasBombach

Ah, I see. No worries. I understand that.

dijs avatar May 25 '20 07:05 dijs

Thanks ❤️

LukasBombach avatar May 26 '20 10:05 LukasBombach

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.

natemoo-re avatar Nov 16 '20 04:11 natemoo-re

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.

LukasBombach avatar Nov 22 '20 08:11 LukasBombach

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.

natemoo-re avatar Nov 23 '20 03:11 natemoo-re