An open API service indexing awesome lists of open source software.

https://github.com/frau-azadeh/react-forget

React Forget
https://github.com/frau-azadeh/react-forget

react react-forget

Last synced: 10 months ago
JSON representation

React Forget

Awesome Lists containing this project

README

          

# React Forget: Smarter Optimization for Modern React


React Forget

This repository contains a simple example and explanation of **React Forget** — an experimental feature from the React team that enables **automatic performance optimization** using static code analysis at compile time.

Forget about `useMemo`, `useCallback`, and `memo` — and just write clean, declarative components. React Forget takes care of memoization for you.

## What’s Inside

- Minimal React example using common performance patterns
- Explanation of how React Forget improves performance
- Discussion and references about its future and usage

## Read the Full Article

I’ve written a full article breaking it down:

[**React Forget: What It Is and Why It Matters**](https://medium.com/@designweb.azadeh/what-is-react-forget-and-why-it-matters-7a9823e0877f)

---

### Stay Connected
Feel free to connect with me on [LinkedIn](https://www.linkedin.com/in/azadeh-sharifi-soltani)
Follow me on [Medium](https://medium.com/@designweb.azadeh)