Skip to content

Commit

Permalink
Minor correction to 'alternative boilerplate' (#101)
Browse files Browse the repository at this point in the history
* Minor correction to 'alternative boilerplate'
  • Loading branch information
mcnamee authored Sep 2, 2020
1 parent eaab8ee commit 6bedcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ This project is released under the [MIT License](LICENSE).

We looked into existing boilerplates before starting this project, and while many of them are awesome, we did not find what we were looking for.

The most popular is [mcnamee's Starter Kit](https://github.com/mcnamee/react-native-starter-kit), which is unfortunately [limited by *Expo*](https://facebook.github.io/react-native/docs/getting-started#caveats) and misses Redux Saga.
The most popular is [Matt Mcnamee's React Native Starter Kit](https://github.com/mcnamee/react-native-starter-kit), which unfortunately misses Redux Saga.

If we look at the rest (and ignore unmaintained projects), many popular boilerplates are too opinionated: they include 3rd party services or very strong architecture choices that we are not comfortable with. To name a few: [Snowflake](https://github.com/bartonhammond/snowflake) runs with a Hapi Server running on Redhat OpenShift, [Hasura's boilerplate](https://github.com/hasura/react-native-auth-boilerplate) uses Hasura's SaaS for authentication, [Apollo's StarterKit](https://github.com/sysgears/apollo-universal-starter-kit) is targeted at GraphQL using Apollo, the [Meteor Boilerplate](https://github.com/spencercarli/react-native-meteor-boilerplate) targets Meteor…

Expand Down

0 comments on commit 6bedcbe

Please sign in to comment.