Paul Sherman
Paul Sherman
[`rollup-plugin-svelte`](https://github.com/sveltejs/rollup-plugin-svelte) doesn't take care of those for you? I'm going to be AFK for a few days, but if that doesn't work, I'll try to play around with this a...
I'm finally looking into this today, but I don't have an immediate answer. I think that I'll have to look into how Sapper works to figure out a solution.
https://curi.js.org/guides/svelte/
@mfolnovic I'm getting close to releasing v2, at which point I can get this rebased (or at this point it might actually be easier to just copy things into a...
If someone were to open a PR that adds TypeScript (or Flow) types, I would be happy to merge it.
If only `export default from "module";` is allowed, then the only way to get multiple default re-exports to work (for example in an index file) would be to use the...
Should a method for enqueueing asynchronous updates (e.g. `deferSetState()` for class components as opposed to renderer-specific `unstable_deferredUpdates()`) be added to the core checklist? From my understanding, any updates for fibers...
If any of you are diving into this, PRs are always appreciated for this sort of thing. At the very least, someone should provide a minimal reproduction repo. It is...
CodeSandbox unfortunately won't work here. Their fake browser implementation doesn't work correctly with the ``. I mentioned it to one of the devs, so they are at least somewhat aware...
It has some browser integration, but I wish that it didn't. I have some embedded sandboxes in the curi docs website and its annoying that the back button is hijacked....