ionic-stencil-hn-app
ionic-stencil-hn-app copied to clipboard
refactor(): extracted stencil-router in app-routes component
I think it will be much cleaner to have all routes in one place and extend that component even more in the future by having more routes per module. You can see the app here: https://ionic-hn.firebaseapp.com
hi @jgw96, @adamdbradley. I am very interested in your feedback for this PR.
Hey @ionutVizitiu this looks great! Ill review this asap.
@jgw96 not sure we want to do this. Obviously it does not break anything but it will add overhead (extremely small amount). I think that for best practices it might make sense, but this application is all about speed so we might want to keep it as simple as possible.
why is it cleaner to have all routes in one place ? if i using modules i want the routes in the module and not in other folders
@DrMabuse23 , exactly. This is what I was saying by "extend that component even more in the future by having more routes per module"