https://github.com/teambit/remote-teams
Repo for https://medium.com/@JonathanSaring/739625e7069d
https://github.com/teambit/remote-teams
Last synced: 3 months ago
JSON representation
Repo for https://medium.com/@JonathanSaring/739625e7069d
- Host: GitHub
- URL: https://github.com/teambit/remote-teams
- Owner: teambit
- Created: 2020-03-18T16:29:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T21:10:27.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T09:37:05.986Z (5 months ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remote front-end teams: Integrations through Bit components tutorial
This repository accompanies the Bit React tutorial.
It gives a hands-on demonstration with example code on how to share, use and update a component between two real-world React applications.## Try the tutorial
Go through the full step-by-step tutorial here: https://medium.com/p/739625e7069d/edit
## Overview
Bit lets you share and sync components between different projects and applications.
In this tutorial, we'll share a React component between two projects.### Prior Knowledge
This tutorial assumes that you are familiar with:
- Terminal and command line.
- Using node and npm or yarn.
- React development and React CRA, including editing React files in your favorite code editor.
- Git### What Do You Need?
You need to verify that you have:
- Node 8.12+
To run this tutorial, clone and setup the React tutorial project: https://github.com/teambit/remote-teams
```bash
git clone https://github.com/teambit/remote-teams
cd bit-react-tutorial
yarn
```### What Will You Learn?
In this tutorial you will learn how to:
- Setup Bit
- Share a React component from an existing project
- Preview the exported component on the Bit cloud
- Install the component in another project
- Modify the React component on the new project
- Get component updates