DEV Community

Discussion on: Why you should use GatsbyJs and when not to use it

Collapse
 
faizhameed profile image
Faiz Hameed

I am building a news website for my client in gatsby. Am I doing wrong now, obviously the site content can increase. But Last week I have seen some major update to gatsby that they increased the speed of build time by x1000

Collapse
 
developertharun profile image
Tharun Shiv

Oh that's amazing! At the end of the day, it all depends on the architecture of your application. Since you have already chosen and worked on it, I'm sure you are already handling the downsides in your own way.
You're good to go🙂 let us know how well it went, once you're done with the project.

Collapse
 
faizhameed profile image
Faiz Hameed
Collapse
 
developertharun profile image
Tharun Shiv

Great! But I think this is only when we host our code on Gatsby Cloud, correct me if I'm wrong. 🙂

Thread Thread
 
leiferic93 profile image
leif-eric-93

It's also possible on netlify :)

Thread Thread
 
developertharun profile image
Tharun Shiv

Oh that's amazing!! Where can I learn more about it? 🙂

Thread Thread
 
leiferic93 profile image
leif-eric-93

netlify.com/blog/2020/04/23/enable...

the feature is called incremental builds :)

Thread Thread
 
developertharun profile image
Tharun Shiv

Ah I see.. I learned another new thing today then.. I'll check it out. Thanks a lot! 🙂