React.js

A collection of articles covering React.js

ArticleDecember 10, 2024
Building Scalable Micro-Frontends with Next.js Multi ZonesLet's see how Next.js Multi Zones can make building micro frontends a breeze.
ArticleNovember 15, 2024
What are React PortalsLet's have a look at React Portals and how they can help you in a pinch.
ArticleMay 15, 2024
On-the-Fly Machine Learning in the Browser with TensorFlow.jsTensorFlow.js is an incredibly powerful JavaScript library for training and deploying machine learning models in the browser and Node. js. Let’s explore this library by building a teachable machine!
ArticleMarch 8, 2024
Progressively Enhance Handling Your Forms With React.js Server ActionsA large part of adding interactivity to your applications is through forms. Single Page Applications SPAs have not always handled this part the best. Let’s have a look at how we can use React.js Server Actions to handle your forms progressively enhanced.
ArticleApril 26, 2023
Inversion of Control through Compound ComponentsLearn how to keep your component libraries simple, easy to use, and adaptable to many use cases by leveraging Inversion of Control through Compound Components.
ArticleNovember 22, 2022
I want to React.use() this!A big part of working with React.js is fetching data and displaying the results. Let’s see how the new React.use() hook can can help you!
ArticleJune 15, 2021
What's new in Next.js 11?The team over at Vercel just announced Next.js 11. These are the important new updates to Next.js you need to know about.
ArticleJanuary 19, 2021
I build a neumorphic Pomodoro to stay saneThere is this view many developers share of having a productive coding session by crawling behind your laptop, put on your fancy noise-cancelling headphones and grinding out a few hours of work. I often fall for this novelty of hyper-productive work state in development. Since working full-time from home I noticed a serious decline in my productivity and focus. How is this possible and how can I resolve this?
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?'.
ArticleAugust 14, 2020
Next.js API routesNext.js is my framework of choice for any React.js application I develop. One of the big features I haven't covered before is Next.js API routes. Although not as big of a feature as page generation, it is one of the features I'm starting to enjoy more and more. Let's have a look at this feature and how to use it.
ArticleFebruary 3, 2020
Implementing the latest web technologies to boost the Mirabeau blogThe Mirabeau blog was suffering from technical debt. I decided to rebuild it using the latest web technologies to make it 2020 ready, which includes boosting the overall performance and user-friendliness.
TalkOctober 10, 2019
N ways to write better React components for your next Nerdy Party MachineWriting (React.js) components is hard. How can we make this easier for yourself and your team?