Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jul 12, 2024
1 parent 068feb5 commit e2aa105
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ Intuitive magical memoization library with Proxy and WeakMap

## Project status

The feature has been pretty stable in v1.
In v2, we added some new capabilities.
It's stable and production ready.
As the technique behind it is a bit tricky with Proxy,
there might still be some bugs especially with nested memoized selectors.

> Note: Nesting memoized selectors is theoretically less performant.
Our docs and examples are not very comprehensive,
and we hope to have more best practices.
Contributions are welcome.
and contributions are welcome.

## Introduction

Expand Down

0 comments on commit e2aa105

Please sign in to comment.