Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getStaticProps || getInitialProps #1

Open
danielweil opened this issue Sep 16, 2021 · 4 comments
Open

getStaticProps || getInitialProps #1

danielweil opened this issue Sep 16, 2021 · 4 comments

Comments

@danielweil
Copy link

Do you plan to implement these features? If not, how should I proceed?

Thanks!

@skprasadu
Copy link

Do you plan to implement these features? If not, how should I proceed?

Thanks!

Any plans for this, I also need this.

@ShanonJackson
Copy link
Owner

Hi guys and @skprasadu

Since this library was released around 10-20 days ago we finally upgraded our NextJS version past "12.0.3" which should be the last version that's compatible with this library, for newer versions we have a methodology for deployment that increases speed significantly (build times faster by 2x and endpoints faster).

This new methodology leverages the "output: 'standalone'" method that was introduced in newer versions of NextJS which means this library would no longer have to rely on so many internal libraries to actually get the desired output.

in summary:
Yes, I'm willing to support it. But only for newer versions of NextJS >=12.0.3 with a preference for the absolute latest (12.2.3), I can commit the upgrade this weekend and then commit support for "getInitialProps" potentially the following weekend.

In meantime happy to help anyone trying anyone trying to host NextJS apps on Azure with advice as we've had amazing success hosting our projects there over the last 2 years.

@ShanonJackson
Copy link
Owner

ShanonJackson commented Aug 28, 2022

@danielweil @skprasadu

https://github.com/ShanonJackson/nextjs-azure

It's fairly far along but still work to be done. I'd recommend using our infra more than happy to help in any way documentation website is en-route

Actually need some people to help me test it on their projects as I don't use any of the "getX" methods in any of my projects.

Our infrastructure setup is roughly 30-50% faster than Vercel, has better caching policies, SSL offloading @edge and various other improvements. This is just the start of the performance journey as when I have the time I have a list of around 10 more optimizations.

@rbourdon
Copy link

@danielweil @skprasadu

https://github.com/ShanonJackson/nextjs-azure

It's fairly far along but still work to be done. I'd recommend using our infra more than happy to help in any way documentation website is en-route

Actually need some people to help me test it on their projects as I don't use any of the "getX" methods in any of my projects.

Our infrastructure setup is roughly 30-50% faster than Vercel, has better caching policies, SSL offloading @edge and various other improvements. This is just the start of the performance journey as when I have the time I have a list of around 10 more optimizations.

What became of this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants