Quick Start
Oblong is a React based framework. If you have an existing project, you can skip to Installation. Otherwise the first step of creating an Oblong app is to create a React app.
#
Create a React AppOblong doesn't maintain any project templates or starter packages. Instead, it relies on the wealth of existing options for React.
Whichever path you choose, it is highly encouraged (seriously, probably consider it mandatory) to use TypeScript!
- Create React App is a popular and featureful option, use the
--template typescript
option - Vite is making waves for being very fast, use the
react-ts
template - Snowpack is similar to Vite
- From scratch if you need ultimate control
#
InstallationAfter you have a working React application, you can install Oblong which brings along all other necessary dependencies.
#
SetupcreateOblongApp
will create a component to wrap your application: