You made it!
In this chapter, we’ve been working with different platforms and systems to connect them into a single application that renders a static website. One of the key takeaways is that we can combine the strengths of many specialized solutions to build a robust product we can deploy. I highly recommend checking out more resources on both Storyblok and Netlify since they work well with this type of web stack.
The combination of the live preview of Storyblok and the developer experience of using Nuxt as a framework makes these sorts of projects very easy to get started with and build something we can use! We’ve seen that Nuxt doesn’t always have to run as a server – it can be used to generate the data from the server once and store the output. This approach is more sustainable and offers better performance than real-time data fetching.
With the way we’ve set up Storyblok and integrated it with Nuxt, it’s a very accessible way for...