Skip to content

DmitryKolotilshikov/react_19_updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React 19 Updates

  • React Compiler
  • Document Metadata
  • 'use client' & 'use server'
  • Assets loading optimization
  • Automatic memoization (no need useMemo, useCallback, memo, lazy)
  • formData from Form action
  • new Hook: use()
  • new Hook: useFormStatus()
  • new Hook: useFormState()
  • new Hook: useOptimistic()

Before start project run this command in terminal: npm install

Перед стартом проекта запусти следующую команду в терминале: npm install


To run project use command: npm run dev

Чтобы запустить проект, используй команду: npm run dev


React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

React 19 new features, updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published