Test a component
Now that you configured and registered your component, you can test it by running
npm start
in the command line. This opens a Uiflow development app in your web browser, where you can integrate registered components into the application.If you update code in the
index.tsx
file while testing the component, Uiflow automatically picks up the changes and updates all instances of the component.Note: UI components only appear in the Design view and Logic components only appear in the Logic view.
