6 ms·
One downside of passing data as `this` that isn't mentioned is you can't use the concise function syntax `=>`. If we ever get thin arrows this problem will go a
by secoif 11y ago
One downside of passing data as `this` that isn't mentioned is you can't use the concise function syntax `=>`. If we ever get thin arrows this problem will go away.
- quinnirill 11y agoRight on the point. I'm still hoping for that to get in at some point. :)
- inglor 11y agoThere's no point of using `=>` arrows if you're using the bind syntax they're mutually exclusive.