Skip to content

Commit e3c58b9

Browse files
committed
Remove outdated section
1 parent 97b989e commit e3c58b9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/source/development-testing/reducing-bundle-size.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,3 @@ Apollo Client is more than a data fetcher. It's a normalized request and respons
198198
To build a similar experience with other libraries, you need to write custom logic, libraries, and component wrappers. Scaling this custom code to all your app components often creates a bundle larger than Apollo Client's.
199199

200200
A custom implementation also means extra maintenance work for your team. By using Apollo Client, you hand off that ownership to a team specializing in GraphQL clients.
201-
202-
### Legacy support
203-
204-
Apollo Client v3 supports legacy JavaScript syntax. It also includes support for some now deprecated features. Similarly, v3 offers broad browser compatibility, extending back to IE11.
205-
206-
The next major version will prioritize contemporary browser support. This transition will streamline the client by removing unnecessary polyfills and phasing out support for legacy syntax and features. Ultimately, these changes reduce bundle size but require a major version release.

0 commit comments

Comments
 (0)