SchabanBo / qlevar_router

Manage you project Routes. Create nested routes. Simply navigation without context to your pages. Change only one sub widget in your page when navigating to new route.
MIT License
86 stars 22 forks source link

Changing Middleware Name? #118

Closed SchabanBo closed 1 year ago

SchabanBo commented 1 year ago

Hi everyone,

I'm considering a potential name change for the Middleware feature in the package to Interceptor or another more suitable term. The term Middleware may not fully describe the functionality of the feature, and it deviates from the traditional middleware design where the next function is typically called.

I would love to hear your thoughts on this proposed change. Do you agree that the current name is not entirely accurate? Would you prefer the new name Interceptor, or do you have any other suggestions for a more suitable name that accurately reflects the function of this feature?

Thank you for your time and support.

devhammed commented 1 year ago

@SchabanBo What do you think of RouteGuard?