- Notifications
You must be signed in to change notification settings - Fork1.3k
WarpDrive is a lightweight data library for web apps — universal, typed, reactive, and ready to scale.
License
emberjs/data
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WarpDrive is a lightweight data library for web apps —
universal, typed, reactive, and ready to scale.
WarpDrive provides features that make it easy to build scalable, fast, featurerich application — letting you ship better experiences more quickly without re-architecting your app or API. WarpDrive is:
- ⚡️ Committed to Best-In-Class Performance
- 🌲 Focused on being as svelte as possible
- 🚀 SSR Ready
- 💚 Typed
- 🔜 works with any framework
- ⚛️ Supports any API:
GraphQL
JSON:API
REST
tRPC
...bespoke or a mix - 🐹 Built with
♥️ byEmber
Get Started →Guides
- Installation
- API Docs
- Guides
- Build Config
- Ember Compatibility
- The Big List of Versions
- Contributing
- Community & Help
- RFCs
- Team
- Blog
pnpm add ember-data
Note
This will install the "legacy" experience. A new installeris currently being worked on for the Polaris experience and willbe available soon.
The following table lists WarpDrive/EmberData versions alongside information aboutember compatibility.
- Lockstep: the latest version of ember-source at the time of release
- Supported: the versions of ember-source the release officially supports
- Tested: the versions of ember-source the project tested this release against
- Range: the peer-dep range the release states for ember-source
the version ofember-source they were release with (lockstep), as well as the range of versions of ember-source that theproject tested against at the point of release.
Status | WarpDrive/ EmberData | Lockstep | Supported | Tested | Range |
---|---|---|---|---|---|
Latest | 5.3.0 | 4.8 4.12 5.* | 3.28 4.4 4.8 4.12 5.2 5.3 | 3.28.12 >= 4.* >= 5.* | |
LTS | 4.12.3 | 4.* 5.* | 3.28 4.4 4.8 4.12 5.0 | 3.28.12 >= 4.* >= 5.* | |
Prior LTS | 4.12.3 | 4.* 5.* | 3.28 4.4 4.8 4.12 5.0 | 3.28.12 >= 4.* >= 5.* | |
unsupported (prior LTS) | 4.8.6 | 4.* | 3.28 4.4 4.8 | 3.28.12 >= 4.* | |
unsupported1 | 4.6.0 | 3.28 4.* | 3.28 4.4 4.5 4.6 | 3.28.12 >= 4.* | |
unsupported1 (prior LTS) | 4.4.6 | 3.28 4.* | 3.28 4.4 | 3.28.12 >= 4.* |
Refer to theCode of Conduct for community guidelines and inclusivity.
This project is licensed under theMIT License.
Footnotes
About
WarpDrive is a lightweight data library for web apps — universal, typed, reactive, and ready to scale.