mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
* [react-cache] Remove `cache` as argument to `read` Updated is API is `Resource.read(key)` instead of `Resource.read(cache, key)`. The cache is read from context using `readContext`. This also removes cache invalidation entirely (other than the default LRU mechanism), as well as the ability to have multiple caches. We'll add it back once `Context.write` lands and we can implement it the right way. Since there's now only a single cache (the global one), we don't actually need to use context yet, but I've added a dummy context anyway so the user gets an error if they attempt to read outside the render phase. * nits * Add test for thenables that resolve multiple times |
||
|---|---|---|
| .. | ||
| plugins | ||
| shims | ||
| validate | ||
| build.js | ||
| bundles.js | ||
| forks.js | ||
| modules.js | ||
| packaging.js | ||
| results.json | ||
| stats.js | ||
| sync.js | ||
| utils.js | ||
| wrappers.js | ||