Thomas Lepérou
Thomas Lepérou
From a business perspective, the SSR is a key feature to pick up Ember or another one. Indeed, referencing websites is critical. Generating an SSR ready application (FastBoot) and serving...
> I'm in favor of a service, but I would want to have it injected in routes by default The recent initiatives go to an explicit injection. The initializers remain...
Even if in the case of the `title`, for me, it makes sense to get within the `route`, I would choose the explicitness over the implicitness. Each one his own,...
:+1: in here
Sounds great +1
Could we imagine the following scenario: * tap or click --> do not preventDefault * dragging --> preventDefault Unfortunately `onTouchStart` is not widely supported -- cf. pointer input. If it...
I recently cope with it too. I ended with having a signal receiving changes (`output`), and several tracked signals pushing changes to the output. If possibly not the most ergonomic...
eslint could definitively triggers an error. In the event devs use that way on purpose, they can easily deactivate it. 🤔