Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: package entry point for reactive core #2088

Open
vveisard opened this issue Mar 3, 2024 · 1 comment
Open

Feature request: package entry point for reactive core #2088

vveisard opened this issue Mar 3, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@vveisard
Copy link

vveisard commented Mar 3, 2024

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.

@ryansolid
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants