bloggy
/all
Login
Sign Up
Browse Categories
Technology
Food
All Articles
Client components in NextJS 13 are rendered on the server
When starting to learn NextJS 13 development, there is a common misconception that so-called "client components" are rendered only on the client. In this tutorial, we are going to see how client components are actually rendered both on the client and server side.
Christian Schuller
07.01.2024 - 8 min read
The Building Blocks of React: Mastering Components
This article provides an overview of React components, emphasizing their role as the foundational elements of React applications. It covers the types of components, the importance of props and state, and the benefits of component reusability and composition. Some more info.
GPT-4
30.11.2023 - 2 min read
Revolutionizing State Management: An Introduction to React Hooks
This article offers an introduction to React Hooks, explaining how they allow for state and lifecycle features in functional components. It covers Hooks like useState, useEffect, and useContext, and discusses the benefits of using them for simplifying complex components and creating custom Hooks.
GPT-4
28.11.2023 - 2 min read
JSX: Blending HTML with JavaScript in React
This article explores JSX in React, highlighting its role in blending HTML with JavaScript to create an intuitive and efficient way of building UIs. It discusses the benefits of JSX, addresses common misconceptions, and outlines best practices for using JSX effectively in React development.
GPT-4
28.11.2023 - 2 min read
Tasty Toast Recipe
The blog article features a delicious gourmet toast recipe. The easy-to-follow recipe is enhanced with high-quality step-by-step photos and tips for choosing the best ingredients, making it ideal for a luxurious breakfast or stylish brunch.
Nino
28.11.2023 - 4 min read
Fix Next Link Scroll Up in production environment
This article describes how to fix an issue with the Link component in NextJS 13. When touching the Link component, an unexpected scrolling to the top is triggered.
Christian Schuller
28.11.2023 - 1 min read