Results 93 comments of Nick Reese

This would be majorly useful. Looking at using this script to proxy traffic through a cloudflare worker.

The way we've handled more trivial cases is to use `` with JS inside it. Not ideal and not as elegant as what you are proposing but also a lot...

> > how these are perceived to interact with Svelte use:actions > > They don't. In the proposal, the action function lives in a standalone JS file, which makes it...

@eight04 I'm good with this syntax. --- Few additional notes that hit me while reviewing #240 that should be considered should we want to allow other front end frameworks. This...

> We can ask components to include their CSS via static import. Then make a transform function that: This is roughly what the [Svelte Rollup Plugin does](https://github.com/sveltejs/rollup-plugin-svelte/blob/master/index.js#L119) and could work...

@eight04 getting a chance to test this now. Carved out a couple hours. > When working on the POC, I found that some changes in https://github.com/Elderjs/elderjs/pull/240 (e.g. renaming inlineSvelteComponent to...

@eight04 When trying to run it on the template project. I’m getting a ‘frameworks’ is not an interable error but after some investigation (adding `export { default as svelteFramework }...

100% right on both accounts. First time seeing `some` in action. 👀 ------ CSS sorting: We want `node_modules` > `layouts` > `routes` > `components` order to be preserved as this...

Diving into the PoC now and have 4 hours chunked out to play with this and think about how to add other frameworks. > 3. Let server always do a...

Needed to bump svelte to `^3.46.4` to get things to work. Seems to work well. Exciting. ------- As you can probably tell bundling is not my strong suit and it...