Skip to content

Commit

Permalink
docs: apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmlau committed Jan 24, 2019
1 parent e6413d8 commit 9931747
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions docs/site/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,16 @@ See [Examples and tutorials](Examples-and-tutorials.md).

### What features are planned?

- 100% promise-based APIs and async and await as first-class keywords.
- Being able to choose to use JavaScript or TypeScript.
- Better extensibility, ability to override any aspect of the framework (for
example, no more built-in User - model pain, easily replace parts of ACL with
your own).
- Define APIs / remote methods with OpenAPI (Swagger).
- Organize business and other logic into controllers with their own opinionated
API or generate an PersistedModel style API.
- Better routing performance
- React SDK
- Create GraphQL based APIs
- GraphQL => juggler integration
- Advanced declarative caching support
- New DSL for defining APIs / Models
- Completely new tooling w/ Visual Studio Code integration

Add your feature requests at
Our roadmap is captured in
[here](https://github.com/strongloop/loopback-next/labels/roadmap). You can also
check out our
[monthly milestone plans](https://github.com/strongloop/loopback-next/labels/Monthly%20Milestone).

For LoopBack 3 users, here is the list of LB3 feature parity we wish to be
implemented in the future:
https://github.com/strongloop/loopback-next/issues/1920.

Do you have some other features in mind? Add your feature requests at
[loopback-next/issues/new](https://github.com/strongloop/loopback-next/issues/new).

### Why TypeScript?
Expand Down

0 comments on commit 9931747

Please sign in to comment.