Gatsby's long road to incremental builds
Gatsby creator Kyle Mathews joins Jerod fresh off the launch of incremental builds to tell the story of this feature that’s 3 years in the making. We talk about Kyle’s vision for Gatsby, why incremental builds took so long, why it’s not part of the open source tool, how he makes decisions between Cloud and open source features, and more.
Discussion
Sign in or Join to comment or subscribe
Rory
2020-05-13T17:28:12Z ago
I haven’t used Gatsby per se but am interested. I do use other front-end tools like Vue tho, and enjoy them.
Found Mr. Matthews to be a bit arrogant/shamey, particularly about PHP. I don’t think there is an “old way” and a “new way”. There are different ways. When helicopters were invented they didn’t replace cars. You chose the right vehicle for the job.
Super front-end-focused people tend to have the “when all you’ve got is a hammer everything is a nail” syndrome. There’s a massive amount of complexity under the hood. They have abstracted away much of it for standard scenarios (like a blog site), but as soon as you start to solve real-world business problems you come into a world of hurt. How many times have you said to yourself something like, “if I were doing this in [PHP|Ruby|etc.] it would be [some small number] lines of code”. That’s when you really have to be honest with yourself…is the juice worth the squeeze.