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
- Host: GitHub
- URL: https://github.com/frau-azadeh/react-forget
- Owner: frau-azadeh
- License: mit
- Created: 2025-04-10T15:01:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:16:21.000Z (11 months ago)
- Last Synced: 2025-04-10T16:45:39.454Z (11 months ago)
- Topics: react, react-forget
- Homepage:
- Size: 978 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# React Forget: Smarter Optimization for Modern React
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)