data icon indicating copy to clipboard operation
data copied to clipboard

Add svelte signal configuration package

Open jacojoubert opened this issue 6 months ago • 3 comments

If this PR updates API docs, preview them by:

  • install bun (if needed)
  • install volta and configure it for pnpm (if needed)
  • run pnpm install in the root (if needed)
  • run pnpm preview in the root

  • Read the full contributing documentation
  • If you do not have permission to add labels or run the test-suite in CI, a team member will do this for you.

jacojoubert avatar Jun 28 '25 15:06 jacojoubert

@runspired What blocks us from using snippets? They dropped slots because they dropped web component support. As far as I know there isn't any downside to snippets? I can build out the request component.

jacojoubert avatar Jul 04 '25 16:07 jacojoubert

I am out for a week, but when I get back I will add a few more tests some, helper components, and get this over the line.

jacojoubert avatar Jul 08 '25 12:07 jacojoubert

What blocks us from using snippets? They dropped slots because they dropped web component support. As far as I know there isn't any downside to snippets? I can build out the request component.

The trouble with snippets is just the verbosity and the inverted control flow. By the time someone wires them up they may as well have just written their own if/else using the reactive SubscriptionState class directly. Reminds me of all the worst parts of contextual components in ember.

runspired avatar Jul 08 '25 18:07 runspired