Create a new Bit workspace:
Alternatively, start from our quick start for compose a full stack React application or a service-oriented architecture.
Build React components in the cloud
Start building reusable React component using a web-based starter projects. Sign up for a free Bit Cloud account to access Cloud Workspaces and dive right in!
Use bit templates to see a list of all available templates:
Create UI components varying from pages to reusable components:
You can find more information on building UI components at the React UI components docs section.
Create reusable React hooks for fetching data and encapsulating state.
You can find more information on building React hooks at the React hooks docs section.
You can create an app by running the following command:
Run the app:
You can find more information on creating React apps in the React apps docs section.
You can release your components by running the following commands:
Sync the changes with your remote server:
In case you are looking to build with your own CI, automate these commands from a CI yourself or use our scripts for automating the process.