simnova / ownercommunity

MIT License
2 stars 1 forks source link

Explore adapting containers to react router loaders #130

Closed gidich closed 1 month ago

gidich commented 1 month ago

Containers can likely be easily adapted to loaders.. read more here:

https://reactrouter.com/en/main/start/overview#data-loading

Leverage path segments with loader:

e.g.: (given the below path) owner.community/community/625641815f0e5d472135046c/member/65c695c112818286e485a604/service-tickets

Do the following:

image