SPA
A collection of articles covering SPA

ArticleDecember 7, 2020
A simple, yet detailed introduction to Next.jsMany of my articles regarding Next.js are intermediate to advanced. Even though there are many articles out there for starting with Next.js, I want to share my point of view and perhaps help you on your way to creating your first kick-ass Next.js application.
ArticleSeptember 2, 2020
Next.js page generationI often write about Next.js as it is my go-to framework when developing interactive React.js web applications. One of the core features of Next.js is the ability to generate pages on the server. Let's have a look at what is possible, how this works and how can leverage this when building web applications.
ArticleAugust 17, 2020
How to take an idea from sketch to a fully functioning and rapidly built prototype?I often come up with new ideas for applications and tools. I used to stop at sketching these ideas in my notebook to build whenever I have spare time. I asked myself 'How can I take my idea from sketch to a fully functioning and rapidly built prototype?'.
ArticleJune 12, 2020
You might not need a native app"We need a native app for performance, the 'feel', offline functionalities, notifications and...". Native apps have provided fundamental functionalities that serve the purpose of creating a wonderful user experience. But, you might not need that native app and opt for the technology of the wondrous web!
TalkMay 11, 2020
Building SPA the responsible wayBuilding Single Page Applications (SPA) introduce new problems that we've solved in the past. How can we fix these for SPA?
ArticleMarch 31, 2020
How can I handle SEO in my Single-page application?One of the biggest drawbacks when building a Single-Page Application (SPA) is to provide solid Search Engine Optimisation, often shortened to SEO. How can we improve SEO with some modern tools and techniques I love the most?