forked from feathersjs-ecosystem/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganizing framework guides into their own section
- Loading branch information
Showing
16 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Feathers + Android | ||
|
||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/guides/android.md). | ||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/frameworks/android.md). | ||
|
||
An official Feathers client does not exist yet. We have set up a placeholder for it so if you feel like contributing head over to the [feathers-android repo](https://github.com/feathersjs/feathers-android). | ||
An official Feathers client does not exist yet. We have set up a placeholder for it so if you feel like contributing head over to the [feathers-android repo](https://github.com/feathersjs/feathers-android). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Feathers + Angular | ||
|
||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/guides/angular.md). | ||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/frameworks/angular.md). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Feathers + CanJS | ||
|
||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/guides/canjs.md). | ||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/frameworks/canjs.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Feathers + iOS | ||
|
||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/guides/ios.md). | ||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/frameworks/ios.md). | ||
|
||
There is an official iOS Feathers client in progress. If you feel like helping out head over to the [feathers-ios repo](https://github.com/feathersjs/feathers-ios). | ||
There is an official iOS Feathers client in progress. If you feel like helping out head over to the [feathers-ios repo](https://github.com/feathersjs/feathers-ios). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Feathers + React Native | ||
|
||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/guides/react-native.md). | ||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/frameworks/react-native.md). | ||
|
||
We do however, have a working [React Native Chat App](https://github.com/feathersjs/feathers-react-native-chat) that you can peruse in the mean time. | ||
We do however, have a working [React Native Chat App](https://github.com/feathersjs/feathers-react-native-chat) that you can peruse in the mean time. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Frameworks | ||
|
||
Because it is easy to integrate [on the client](../clients/readme.md), Feathers currently does not have any official framework specific bindings and [iOs](./ios.md) and [Android](./android.md) clients are in the works. | ||
|
||
In this chapter we will show some guides how to integrate Feathers with other JavaScript frameworks. We are adding new ones all the time! If you are having any trouble with your framework of choice, [create an issue](https://github.com/feathersjs/feathers/issues/new) and we'll try our best to help out. | ||
|
||
All guides will show how to create a frontend for the API built in the [Your First App](../getting-started/readme.md) section. If you haven't done so you'll want to go through that tutorial or you can find a [working example here](https://github.com/feathersjs/feathers-chat). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Feathers + Vue.js | ||
|
||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/guides/vuejs.md). | ||
We haven't had time to publish this guide yet. If you feel like you could contribute one feel free to [open a pull request](https://github.com/feathersjs/feathers-docs/edit/master/frameworks/vuejs.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters