James Please
James Please
React Composer now supports functions within `components`, so it should be possible to do serial requests now. It's just a matter of figuring out the API... 🙂 Oh, and also...
Realistically, I think that a Promise wrapper component is a more promising (lul) solution to this problem, such as the one described in #184 . There may still be a...
Gonna try to do this this week. Note to self: this PR, https://github.com/marionettejs/backbone.radio/pull/247 , can be used as a reference. Thanks for doing the hard work, @megawac!
Note to self: here's the rollup API stuff that's relevant to me: https://github.com/rollup/rollup/wiki/JavaScript-API
One difference between webpack and Rollup is that webpack tends to "Just Work" when it comes to importing, whereas Rollup tends to "Just Break." I'll prob. need to add a...
Another thing to consider is that Rollup lacks incremental builds. https://github.com/rollup/rollup/issues/191 There will be some early adoption costs for switching to Rollup at this stage, but so far it seems...
I converted a lib of mine to Rollup to see how it'd go. That work is here: https://github.com/jmeas/bizniz.js/pull/10 Next up is upstreaming it to this boilerplate. # Another issue with...
Thanks for the feedback, @paulfalgout ! I agree with a lot of that :v: Definitely leaning toward Rollup atm.
Interesting idea to set it behind a flag, @megawac. Do you think it should be a prompt, as in: > Would you like to use Webpack or Rollup? or a...
Cool, cool. I like that idea. What do you think, @paulfalgout ?