Andreas Eldh
Andreas Eldh
I like this!
One approach is this: https://github.com/rstuven/curlyfy-loader This is a webpack loader that you run before babel, but it could surely be implemented as a babel plugin. This is, I think, the...
Hey! That's lovely to hear! It's been a bit quiet in the repo lately as I've been working on other related projects and exploring a rewrite of BsReact core (see...
Sounds awesome! I'll be happy to help out as much as I can! (Sorry in advance if I'm slow to respond sometimes, some days I won't have much time) As...
Yep, feel free to ping me there!
@hoichi I think both are needed! I'm currently working on bindings to react-spring, where I think it makes sense to make bindings rather than re-implementing. I suspect libs like Apollo...
Don't know if this helps anyone, but I ran into this in our app that uses `continuation-local-storage` and worked around it by mocking it with this mock: ``` export default...
btw I'm not using loopback.
@abea The alternative would be using the syntax from my third example. The reason for this is that I find the `&__element` syntax can get really messy for bigger modules,...
@abea Sorry that I was unclear!