Joshua Nelson
Joshua Nelson
Thanks for the suggestion – my understanding from https://github.com/webpack-contrib/mini-css-extract-plugin/issues/721 was that this specific use case wasn't supported with the `attributes` option, due to the need to change the attribute in...
I'm looking for a way to download CSS files without blocking javascript parsing. By inserting a `` tag into the document head, additional javascript parsing is paused until that CSS...
Here's an MVP reproduction of the bug: https://glitch.com/edit/#!/standing-flashy-slouch If you change the chunk loaded in the HTML from `main` to `main2` you can see that it works, but otherwise breaks....
@Anber I'd be happy to help with this! I'll likely be upgrading our project to the v3 beta, I can help document along the way
I think this is a good idea too. What do you think about doing something similar to what we do with @media rules, and supporting the native API? Eg. ```js...
I think the overall idea makes sense, this seems related to this issue I just raised: https://github.com/callstack/linaria/issues/1015 The atoms get repeated a lot so I am interested in shortening them...
Hi! Thanks for making and supporting a really useful library! My use case is somewhat similar to what was originally described, but a little more particular – I'd like to...
> That will trigger another render in skatejs, but not in the tests (look at the props tests if you are interested) because tests are not using skatejs components only...
@marcodejongh There's a workaround for the portals method that I spiked, but it's a bit hacky – React doesn't want to be able to expose context to anything except through...
@joscha mentioned the other day that it'd be good to get this running in CI somehow – I agree!