Skip to content

Commit 50c2a2a

Browse files
committed
Update links + stats
1 parent 40b9b18 commit 50c2a2a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lang/en/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
{
7272
"title": "SolidHack",
73-
"description": "Learn about our 2022 public hackathon.",
73+
"description": "Learn about our 2024 public hackathon.",
7474
"path": "https://hack.solidjs.com",
7575
"external": true
7676
},

lang/en/home.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
],
3232
"facts": [
3333
{
34-
"label": "7kb",
34+
"label": "3.9kb",
3535
"detail": "Minified + Gzipped",
36-
"link": "https://bundlephobia.com/package/solid-js@1.2.1"
36+
"link": "https://bundlephobia.com/package/solid-js@1.9.9"
3737
},
3838
{
39-
"label": "32k+",
39+
"label": "34k+",
4040
"detail": "GitHub stars",
4141
"link": "https://star-history.t9t.io/#solidjs/solid"
4242
},
4343
{
44-
"label": "5+ years",
44+
"label": "7+ years",
4545
"detail": "In development"
4646
},
4747
{
@@ -64,14 +64,14 @@
6464
"It may feel even more natural because Solid's update model is simpler and has no Hook rules. Components execute just once, when they are first rendered, and Hooks and bindings only execute when their dependencies update. This completely different implementation forgoes a Virtual DOM."
6565
],
6666
"link_label": "View Docs",
67-
"link": "https://www.solidjs.com/docs/latest#component-apis"
67+
"link": "https://docs.solidjs.com/concepts/components/basics"
6868
},
6969
"reactivity": {
7070
"headline": "Fine-grained reactivity lets you do more with less.",
7171
"subheadline": "Solid is built with efficient reactive primitives you can use from your business logic to your JSX views.",
7272
"copy": "This unlocks complete control over what gets updated and when, even at the DOM binding level. With no Virtual DOM or extensive diffing, the framework never does more work than you want it to.",
7373
"link_label": "See it in action",
74-
"link": "https://playground.solidjs.com/?version=1.0.0#NobwRAdghgtgpmAXGGUCWEwBowBcCeADgsrgM4Ae2YZA9gK4BOAxiWGjIbY7gAQi9GcCABM4jXgF9eAM0a0YvAOR0ANmhEBaAFZkA9AHc4AIyUBuADoQOXHv17MhUXHADKaAObRVU2fMUqtOpauuZWVjL0EMy4aLQQvACChIQAFACU-Fa8DvFkfMBQMWgAbnBYvGRwuInFZQC6vAC8Dk4u7l5Qqqm4jPRw6ZYQ2YLVTAkAPCKlDqpQZGRNIEWxZRm8APy8FmArpXA7vIjbYDuSAHwAEmgTetMl51aS4RBCouKp603nvBPJhLw9OcKiJaMx6PAILgAHQeaoAUVUcEhuAAQvgAJIiVJKKApJTpdJWMCSepAA"
74+
"link": "https://playground.solidjs.com"
7575
},
7676
"performance": {
7777
"headline": [

0 commit comments

Comments
 (0)