87 |
88 |
89 |
90 |
91 |
92 |
React Isomorphic Starterkit. Let's get you started!
93 |
94 | All-You-Need Features
95 |
96 | - Fully automated toolchain with npm run scripts
97 | - React 0.14 + React Router 2.0 on the client and server
98 | - Babel 6 automatically compiles ES2015 + ES7 stage-0
99 | - Webpack HMR for instant server updates
100 | - React Transform HMR for instant client updates
101 | - React Transmit to preload on server and hydrate client
102 | - InlineCss-component for styling components
103 |
104 |
105 | In short: an excellent choice.
106 | Ready to start{'?'}
107 |
108 |
109 | Open Community
110 |
111 |
112 |
113 |
114 | {stargazers && stargazers.map(user =>
115 |
116 | )}
117 |
118 |
119 |
120 | );
121 | }
122 | /**
123 | *