Skip to content

Commit 56d05a9

Browse files
committed
first commit
1 parent 28183c8 commit 56d05a9

17 files changed

+2032
-415
lines changed

.babelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"plugins": [
44
"transform-object-rest-spread",
55
"transform-decorators-legacy",
6+
"syntax-dynamic-import",
7+
"react-loadable/babel",
68
["transform-runtime", {
79
"helpers": false,
810
"polyfill": false,

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Server Side Rendering With React and Redux
1+
# React code splitting
22

33
## Pre requirements
44
* [Node.js](https://nodejs.org/)
@@ -7,13 +7,12 @@
77
* [React](https://reactjs.org/)
88
* [Redux](https://redux.js.org/introduction)
99
* [Webpack](https://webpack.js.org/)
10-
* [SASS](https://sass-lang.com/guide)
1110
* [Babel](https://babeljs.io)
1211
* [Express](http://expressjs.com/)
1312

1413
## Getting started
1514
```bash
16-
$ git clone https://github.com/mirchenko/react-ssr.git <YOUR_FOLDER_NAME>
15+
$ git clone https://github.com/mirchenko/react-code-splitting.git <YOUR_FOLDER_NAME>
1716
$ cd <YOUR_FOLDER_NAME>
1817
$ yarn
1918
$ yarn build

dist/0.js

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)