solid icon indicating copy to clipboard operation
solid copied to clipboard

Feature request: package entry point for reactive core

Open vveisard opened this issue 11 months ago • 1 comments

The current package entry points use conditional exports which make assumptions about my desired behavior, and provide different implementations based on my environment. In my case, I want to use solid as a reactive state management library on my server, and assumed I wanted SSR with no reactivity.

I want an entry point like solid-js/reactive to import the reactive core of solid-js (signals, effects, memos, etc) without any assumptions being made.

vveisard avatar Mar 03 '24 22:03 vveisard

Yes.. the plan is to export the reactive core separately in our next major version.

ryansolid avatar Mar 04 '24 17:03 ryansolid