[Summary] Route configuration for hybrid rendering #57139
Locked
alan-agius4
announced in
RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We appreciate the valuable contributions from our community to the "Route configuration for hybrid rendering" RFC. With a positive response, we are moving forward with the proposed design.
On the Angular team, we deeply value our RFC process and the enthusiastic engagement from our community members.
We are encouraged by the enthusiasm and support expressed by everyone regarding these proposed changes.
RFC Questions
Q1: Build-Time Restrictions, do any of the specified build-time restrictions for i18n applications present significant obstacles for your scenarios?
No scenarios were identified where this was the case.
Q2: Integration of Server Routing Config with Application Routing, how effectively does the server routing config file integrate with the application routing file?
The feedback was mixed. Some acknowledge the value of a separate file and rely on Dead Code Elimination (DCE), while others prefer reducing complexity by minimizing the number of files.
As mentioned in the proposal, relying on DCE presents complex security risks around client/server separation which can be difficult to mitigate, so we will move forward with a separate file. However we recognize the additional complexity this brings for developers and will investigate future ergonomic improvements we can build on top of this proposal in the future to make server routing easier to work with in the future.
Q3: Missing Use Cases, are there any use cases where this proposed solution might not work or could present challenges?
No, we have covered enough use cases.
Q4: Response / Request objects, when working with response and request objects, are there any use cases where normalizing them to the web version could present challenges?
No challenges were identified where this normalization could pose difficulties.
Q5: Localized URL Pathnames, Do you presently localize URL pathnames? If yes, how do you manage them currently?
No responses were provided regarding the management of localized URL pathnames.
Beta Was this translation helpful? Give feedback.
All reactions