Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Mar 3, 2023
1 parent b63df0e commit 1895a7a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ yarn add forgetti
pnpm add forgetti
```

## What is this?

Forgetti is an auto-memoization Babel plugin I made for a hook-based flow like React hooks. This plugin was inspired by React Forget.

## Why

> **Note**
> Please watch the video. Video explains about the problems it solves and benefits it delivers
[![React without memo](https://img.youtube.com/vi/lGEMwh32soc/0.jpg)](https://www.youtube.com/watch?v=lGEMwh32soc "React without memo")

## Demos

- React [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/forgetti/tree/main/examples/react)
Expand Down Expand Up @@ -236,13 +247,6 @@ List of supported loop statements:
- `while`
- `do-while`

## Why

> **Note**
> Please watch the video. Video explains about the problems it solves and benefits it delivers
[![React without memo](https://img.youtube.com/vi/lGEMwh32soc/0.jpg)](https://www.youtube.com/watch?v=lGEMwh32soc "React without memo")

## Sponsors

![Sponsors](https://github.com/lxsmnsyc/sponsors/blob/main/sponsors.svg?raw=true)
Expand Down
18 changes: 11 additions & 7 deletions packages/forgetti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ yarn add forgetti
pnpm add forgetti
```

## What is this?

Forgetti is an auto-memoization Babel plugin I made for a hook-based flow like React hooks. This plugin was inspired by React Forget.

## Why

> **Note**
> Please watch the video. Video explains about the problems it solves and benefits it delivers
[![React without memo](https://img.youtube.com/vi/lGEMwh32soc/0.jpg)](https://www.youtube.com/watch?v=lGEMwh32soc "React without memo")

## Demos

- React [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/forgetti/tree/main/examples/react)
Expand Down Expand Up @@ -236,13 +247,6 @@ List of supported loop statements:
- `while`
- `do-while`

## Why

> **Note**
> Please watch the video. Video explains about the problems it solves and benefits it delivers
[![React without memo](https://img.youtube.com/vi/lGEMwh32soc/0.jpg)](https://www.youtube.com/watch?v=lGEMwh32soc "React without memo")

## Sponsors

![Sponsors](https://github.com/lxsmnsyc/sponsors/blob/main/sponsors.svg?raw=true)
Expand Down

0 comments on commit 1895a7a

Please sign in to comment.