React


What’s New in Next.js 15

Key Features, Updates, and Improvements

nextjsreactnext-15

Enhancing Your React App Performance with Lazy Loading and Code-Splitting

Maximize Speed and Efficiency in Your React Projects

react-performance-optimizationlazy-loadingcode-splitting

Embed form builder with React

A guide on how to embed a form builder with React using the Joyfill React forms SDK, and offer a world-class form solution in minutes.

reactformbuildersdk

Major React 19 Update: React Compiler and All You Need to Know

A comprehensive overview of the latest features and improvements in React 19, including the React Compiler, Actions, and more.

reactreact-19react-compiler

A Quick Introduction to Action Client Components in NextJS 14

Call your actions through this component and get in return client components with data fetched from the server!

nextjsreact

Demystifying the JIT Compiler

Understanding JIT compiler in JavaScript

web-developmentreactjavascript

useState vs useRef: Which React Hook to Use When

Explore what these React hooks are, their functions, differences, and dive into specific use cases with easy-to-understand examples.

reactreact-hooksweb-development

Creating a Login Form with React: A Step-by-Step Guide

How login forms are made with React: A step by step tutorial

javascriptweb-developmentreact

Graphix Engine: OOP Style Graphic Editor Development Engine

Introducing Graphix Engine: A lightweight, pluggable, object-oriented programming (OOP) style graphic editor development engine

reacttypescriptoop

A Primer on Unit Testing in UI

Unit Testing in UI and an introduction to the mental model and philosophy behind it.

testingunit-testingui