Tomi Saarinen
Tomi Saarinen
Not sure if related, but this is also a funny one (annotation breaks comment): ```res @someAnnotation module // I dare you to move this comment above the module definition (but...
Ok, now I changed the returnValue to be inside Event (including set and delete). But I started reading the [Event docs](https://developer.mozilla.org/en-US/docs/Web/API/Event/returnValue) more carefully and they mention the value should be...
Ah, of course... It's possible to wrap the selector into a reusable hook. Nice.
So, it's almost 2020 and everyone's using context now. Correct me if I'm wrong but isn't the way the context behaves so that whenever anything in context changes, it will...
I guess this is the first step: https://github.com/faustgertz/sassy-ink/pull/9
Cool, so I assume it should also serialize nested normal variants by default. (changed the title a little)
Hi @schmittjoh and others who are against this addition Just to add weight to the earlier comment from my colleague @reisba. The rationale for adding the new abstraction layer is...
@schmittjoh, to be honest, we don't have a _bigger picture_ figured out yet. In our previous framework, we have just abstracted the most frequently used Facebook API functions and added...