You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ This starter kit contains all the build tooling and configuration you need to ki
38
38
39
39
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.
40
40
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.
42
45
43
46
## Getting started
44
47
@@ -61,6 +64,14 @@ Now go make some changes to the `Home` component to see the tooling in action.
61
64
-[Deploy your very own Server Side Rendering React App in 5 easy steps](/internal/docs/DEPLOY_TO_NOW.md)
62
65
-[Changelog](/CHANGELOG.md)
63
66
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
+
64
75
## Who's using it and where?
65
76
66
77
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