Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit d791061

Browse files
authored
Adding 'Community Forks and Extensions'
1 parent 83d533a commit d791061

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ This starter kit contains all the build tooling and configuration you need to ki
3838

3939
Redux/MobX, data persistence, modern styling frameworks and all the other bells and whistles have been explicitly excluded from this starter kit. It's up to you to decide what technologies you would like to add to your own implementation based upon your own needs.
4040

41-
> However, we now include a set of "feature branches", each implementing a technology on top of the clean master branch. This provides you with an example on how to integrate said technologies, or use the branches to merge in a configuration that meets your requirements. See the [`Feature Branches`](/internal/docs/FEATURE_BRANCHES.md) documentation for more.
41+
### Adding other features
42+
If you are looking to add other technologies, we recommend you look through the both the officially maintained "feature branches" as well as the [community-maintained forks](https://github.com/ctrlplusb/react-universally#community-forks-and-extensions) below.
43+
44+
The official 'feature branches' implement a technology on top of the clean master branch. This provides you with an example on how to integrate said technologies, or use the branches to merge in a configuration that meets your requirements. See the [`Feature Branches`](/internal/docs/FEATURE_BRANCHES.md) documentation for more.
4245

4346
## Getting started
4447

@@ -61,6 +64,14 @@ Now go make some changes to the `Home` component to see the tooling in action.
6164
- [Deploy your very own Server Side Rendering React App in 5 easy steps](/internal/docs/DEPLOY_TO_NOW.md)
6265
- [Changelog](/CHANGELOG.md)
6366

67+
## Community Forks and Extensions
68+
69+
The forks are great examples of the starter kit being modified by the community for their needs. If you are looking to integrate a technology that is not in the starter kit or the official feature branches, look through the ones listed below. Please note that these are maintained by individual community members, and not by the maintainers of this starter kit.
70+
71+
- [Redux-Intl-Styled](https://github.com/oyeanuj/react-universally/tree/redux-intl-styled): Combines an opinionated Redux setup, with Styled Components, React-Intl, Storybook, Catalog, Stage 0 support and ready to deploy to Heroku.
72+
73+
If you maintain a branch or a fork of a modified starter kit, please make a PR to add yours to the list. Please also add the modifications or features added/removed on the Readme for that branch/fork.
74+
6475
## Who's using it and where?
6576

6677
You can see who is using it and how in [the comments here](https://github.com/ctrlplusb/react-universally/issues/437). Feel free to add to that telling us how you are using it, we'd love to hear from you.

0 commit comments

Comments
 (0)