Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mohebifar committed Mar 1, 2024
1 parent d81c7a1 commit 9946c82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ React Unforget is a compiler designed to enhance the performance of React applic

For demos and more information, visit the [official website](https://react-unforget.vercel.app/).

## Overview

React Unforget begins its process by visiting each function within your React application. It identifies potential React components and hooks based on naming conventions and other heuristics. For components, it further checks the return type to ensure they either return `null` or JSX elements.

### How It Works

The transformation process involves two main steps:
Expand Down

0 comments on commit 9946c82

Please sign in to comment.