Skip to content

nicolas-amabile/react-hybrid-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-hybrid-app

Proof of concept for an hybrid reactJS and react-native app sharing the same core logic

What is this app?

A timer, with a reset button 😌 quite innovative, huh? Joking aside, the main porpouse of this project was to prove that is possible to share common logic between web and mobile platforms by using HOCs and workspaces.

Very interesting reading about how all of this is tight together here.

How to run this project

Clone the repo

git clone git@github.com:nicolas-amabile/react-hybrid-app.git

Install the dependencies using yarn (Why yarn?)

yarn install

Web

cd web
yarn run start

Native

cd native
yarn run start

Comments are more than welcome! 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published