Skip to content

Creating A Page In React

Eric Moore edited this page Sep 15, 2022 · 11 revisions

Create React Page

  1. Go to routes page in the route.rb to validate and config route

  2. Go to the Queue.jsx client/app/queue/QueueApp.jsx/QueueApp/render

  3. Write a function for the component in the QueueApp.jsx with details of what the page is going to potentially render

Testing

Go to the route setup in the UI to test what was imported from the backend to make sure page changes are rendered

References

For future references

Clone this wiki locally