Abdón Rodríguez

Results 202 comments of Abdón Rodríguez

Maybe related? https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9044

Related from https://github.com/vaadin/vaadin-router/issues/362#issuecomment-523023663: > Converting the router code itself to TS is on the roadmap, but is not a priority at the moment. It's going to be a considerable effort...

About reducing the package size... Could it make sense to remove some functionality? And allow to import it optionally. As for example the animation functionality.

Also about reduce size: https://github.com/vaadin/vaadin-router/pull/464

So important! 👏

What do you think about convert the Router itself to Typescript?

Posible solution? ```javascript { path: '(.*)/', action: (context, commands) => { return commands.redirect(context.pathname.slice(0, -1)); } }, ```