Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 572 Bytes

File metadata and controls

21 lines (14 loc) · 572 Bytes

React Native Web, Redux, and React Loadable Example

How to use

Download the example or clone the whole project:

curl https://codeload.github.com/rayandrews/centarius/tar.gz/master | tar -xz --strip=2 centarius-master/examples/redux-rnw-react-loadable
cd redux-rnw-react-loadable

Install it and run:

npm install
npm run start

Idea behind the example

This example is to show how Centarius works with other libraries such as Redux for storing data and React Loadable for code splitting