Skip to content

Latest commit

 

History

History

redux-rnw-loadable-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Native Web, Redux, and Loadable Components 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-loadable-components
cd redux-rnw-loadable-components

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 Loadable Components for code splitting