Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nautobot dev with react #3061

Closed
wants to merge 30 commits into from
Closed

Nautobot dev with react #3061

wants to merge 30 commits into from

Conversation

timizuoebideri1
Copy link
Contributor

Closes: #

What's Changed

Routing

The goal of moving routing to React using a JSON-like configuration is to simplify the process of creating and defining routes.

One reason for doing this is that not all routes need to interact with a database or API, and in those cases, it may be unnecessary to create a route in Django. By using a JSON-like configuration in React, these types of routes can be defined more easily and efficiently.

Another benefit of using this approach is that it allows plugin developers to create custom routes in React, rather than having to define them in both Django and React. This avoids the need to maintain two separate sets of routes and simplifies the process of adding new routes.

Finally, defining routes using this method is generally easier and more convenient than using either Django routing or React routing alone. By combining the advantages of both systems, it is possible to create a more flexible and user-friendly routing system that is better suited to a variety of different use cases.

TODO

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • Attached Screenshots, Payload Example
  • Unit, Integration Tests
  • Documentation Updates (when adding/changing features)
  • Example Plugin Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

@bryanculver
Copy link
Member

Another prototype in the pursuit of #3026

@bryanculver bryanculver closed this Jan 9, 2023
@bryanculver bryanculver deleted the nautobot-dev-with-react branch February 23, 2023 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants