|
| 1 | +<h1 align="center"> |
| 2 | + <img |
| 3 | + class="project-logo" |
| 4 | + src="https://github.com/emberjs/data/blob/main/logos/github-header.svg#gh-light-mode-only" |
| 5 | + alt="WarpDrive | Boldly go where no app has gone before" |
| 6 | + title="WarpDrive | Boldly go where no app has gone before" |
| 7 | + /> |
| 8 | + <img |
| 9 | + class="project-logo" |
| 10 | + src="https://github.com/emberjs/data/blob/main/logos/github-header.svg#gh-dark-mode-only" |
| 11 | + alt="WarpDrive | Boldly go where no app has gone before" |
| 12 | + title="WarpDrive | Boldly go where no app has gone before" |
| 13 | + /> |
| 14 | +</h1> |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +[](https://api.emberjs.com/ember-data/release) |
| 20 | +[](https://discord.gg/zT3asNS |
| 21 | +) |
| 22 | + |
| 23 | +<p align="center"> |
| 24 | + <br> |
| 25 | + <a href="https://warp-drive.io">WarpDrive</a> is a lightweight data library for web apps — |
| 26 | + <br> |
| 27 | + universal, typed, reactive, and ready to scale. |
| 28 | + <br/><br/> |
| 29 | +<p> |
| 30 | + |
| 31 | +WarpDrive provides features that make it easy to build scalable, fast, feature |
| 32 | +rich application — letting you ship better experiences more quickly without re-architecting your app or API. WarpDrive is: |
| 33 | + |
| 34 | +- ⚡️ Committed to Best-In-Class Performance |
| 35 | +- 🌲 Focused on being as svelte as possible |
| 36 | +- 🚀 SSR Ready |
| 37 | +- 💚 Typed |
| 38 | +- 🔜 works with any framework |
| 39 | +- ⚛️ Supports any API: `GraphQL` `JSON:API` `REST` `tRPC` ...bespoke or a mix |
| 40 | +- 🐹 Built with ♥️ by [Ember](https://emberjs.com) |
| 41 | + |
| 42 | +<br> |
| 43 | +<br> |
| 44 | + |
| 45 | +*Get Started* → [Guides](./guides/index.md) |
| 46 | + |
| 47 | +<br> |
| 48 | + |
| 49 | +--- |
| 50 | + |
| 51 | +<br> |
| 52 | + |
| 53 | +## Quick Links |
| 54 | + |
| 55 | +- [Installation](#installation) |
| 56 | +- [API Docs](https://api.emberjs.com/ember-data/release) |
| 57 | +- [Guides](./guides/index.md) |
| 58 | +- [Build Config](./packages/build-config/README.md) |
| 59 | +- [Ember Compatibility](#compatibility) |
| 60 | +- [The Big List of Versions](#the-big-list-of-versions) |
| 61 | +- [Contributing](./CONTRIBUTING.md) |
| 62 | +- [Community & Help](https://emberjs.com/community) |
| 63 | +- [RFCs](https://github.com/emberjs/rfcs/labels/T-ember-data) |
| 64 | +- [Team](https://emberjs.com/team) |
| 65 | +- [Blog](https://emberjs.com/blog) |
| 66 | + |
| 67 | +<br> |
| 68 | + |
| 69 | +## Installation |
| 70 | + |
| 71 | +```sh |
| 72 | +pnpm add @warp-drive/core |
| 73 | +``` |
| 74 | + |
| 75 | +<br> |
| 76 | + |
| 77 | +## Code of Conduct |
| 78 | + |
| 79 | +Refer to the [Code of Conduct](https://github.com/emberjs/data/blob/main/CODE_OF_CONDUCT.md) for community guidelines and inclusivity. |
| 80 | + |
| 81 | +<br> |
| 82 | + |
| 83 | +### License |
| 84 | + |
| 85 | +This project is licensed under the [MIT License](LICENSE.md). |
0 commit comments