Skip to content

Update links + stats#579

Open
mesram wants to merge 2 commits into
solidjs:mainfrom
mesram:main
Open

Update links + stats#579
mesram wants to merge 2 commits into
solidjs:mainfrom
mesram:main

Conversation

@mesram

@mesram mesram commented Aug 31, 2025

Copy link
Copy Markdown

Link to the new docs, old link basically just landed on the createContext function which is a weird place to take newbies.
Cleanup the link to the playground.
Change SolidHack 2022 reference to 2024.
Update the stats for bundle size, GitHub stars, and age.

@mesram

mesram commented Aug 31, 2025

Copy link
Copy Markdown
Author

Bundle size in bundle phobia is 3.9kb, but I've put it as 4 in all the non-English languages in order to avoid needing to deal with decimal formatting.

@atk

atk commented Nov 4, 2025

Copy link
Copy Markdown
Collaborator

bundle phobia will bundle the non-reactive server package from what I have seen, which is not really indicative of the actual client library size.

$ terser node_modules/solid-js/dist/solid.js | gzip -9 | wc -c
10488
$ terser node_modules/solid-js/store/dist/store.js | gzip -9 | wc -c 
3034

So it is 10kb without stores and another 3kb for the stores.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants