Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 425 Bytes

react-shared-code

A "proof of concept" project to demonstrate sharing common code among React and React Native.

The file at shared/components/Component1.js contains shared logic. It consists simply of a label and a button. Clicking the button increases the count on the label.

Things to add for the Future

  • Blog Article
  • Sharing Code Server-Side
  • Routing
  • State Management
  • Data Storage
  • Styling
  • Unit Testing