Frontend¶
Workflow for creating a screen in XC¶
Create a new path in urls.py for respective application
Create a view in view.py for respective application
Create a html template and ensure it gets rendered on view which we just created in view.py
Ensure to register this vide in urls.py
Create a new ReactJS application in a separate file
Build the file
Ensure the built-file has been included in html template