File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -519,10 +519,10 @@ const config: Config = {
519
519
label : 'Ideas' ,
520
520
href : 'https://github.com/reactive/data-client/discussions/categories/ideas' ,
521
521
} ,
522
- {
523
- label : 'Stack Overflow' ,
524
- href : 'http://stackoverflow.com/questions/tagged/data-client' ,
525
- } ,
522
+ // {
523
+ // label: 'Stack Overflow',
524
+ // href: 'http://stackoverflow.com/questions/tagged/data-client',
525
+ // },
526
526
// {
527
527
// label: 'Showcase',
528
528
// href: 'https://github.com/reactive/data-client/discussions/2422',
@@ -552,6 +552,10 @@ const config: Config = {
552
552
label : 'Demo (NextJS)' ,
553
553
to : 'https://stackblitz.com/github/reactive/data-client/tree/master/examples/nextjs?file=components%2Ftodo%2FTodoList.tsx' ,
554
554
} ,
555
+ {
556
+ label : 'NPM' ,
557
+ to : 'https://www.npmjs.com/package/@data-client/react' ,
558
+ } ,
555
559
/*{
556
560
html: `<iframe
557
561
src="https://ghbtns.com/github-btn.html?user=reactive&repo=data-client&type=star&count=true&size=small"
You can’t perform that action at this time.
0 commit comments