IgniteUI / igniteui-cli

Ignite UI Command-Line Interface by Infragistics
https://bit.ly/2L19rhp
MIT License
118 stars 4 forks source link

Refactor the ReactTypeScriptFileUpdate #1251

Open jackofdiamond5 opened 1 month ago

jackofdiamond5 commented 1 month ago

Closes #30403

The ReactTypeScriptFileUpdate overrides addRoute and buildRouteStructure of the TypeScriptFileUpdate to provide platform-specific behavior when trying to add routes supported by the react-router-dom package.

For more info, refer to - AngularTypeScriptFileUpdate PR as the two share the same base and expose the same API.