| 1 | # react-cache |
| 2 | |
| 3 | A basic cache for React applications. It also serves as a reference for more |
| 4 | advanced caching implementations. |
| 5 | |
| 6 | This package is meant to be used alongside yet-to-be-released, experimental |
| 7 | React features. It's unlikely to be useful in any other context. |
| 8 | |
| 9 | **Do not use in a real application.** We're publishing this early for |
| 10 | demonstration purposes. |
| 11 | |
| 12 | **Use it at your own risk.** |
| 13 | |
| 14 | # No, Really, It Is Unstable |
| 15 | |
| 16 | The API ~~may~~ will change wildly between versions. |