rsnext/packages
Wyatt Johnson ae1b89984d
Async Batcher (#56423)
There's lots of situations in Next.js where we want to ensure that only one operation is in progress at a time for a given task. An example of this is our response cache. The expectation is that for multiple requests for the same page should only result in a single invocation. This isn't new behavior, but this abstracts the batching interface away so we don't duplicate it.
2023-10-04 21:21:39 +00:00
..
create-next-app fix: .../templates/*/app/layout.* import order (#56380) 2023-10-04 20:41:47 +00:00
eslint-config-next v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
eslint-plugin-next v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
font v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
next Async Batcher (#56423) 2023-10-04 21:21:39 +00:00
next-bundle-analyzer v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
next-codemod v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
next-env v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
next-mdx v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
next-plugin-storybook v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
next-polyfill-module v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
next-polyfill-nomodule v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
next-swc Separate RSC and SSR jsx-runtime modules (#56438) 2023-10-04 20:29:10 +00:00
react-dev-overlay v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
react-refresh-utils v13.5.5-canary.2 2023-10-04 19:01:01 +00:00
third-parties v13.5.5-canary.2 2023-10-04 19:01:01 +00:00