Create a new Bit workspace:
Alternatively, start from our quick start for compose afull stack React application or aservice-oriented architecture.
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 theReact UI components docs section.
Create reusable React hooks for fetching data and encapsulating state.
You can find more information on building React hooks at theReact 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 theReact 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.