@@ -38,6 +38,11 @@ export const allMaintainers: Maintainer[] = [
3838 ] ,
3939 frameworkExpertise : [ 'react' , 'solid' ] ,
4040 specialties : [ 'Architecture' , 'Core API' , 'Documentation' ] ,
41+ social : {
42+ twitter : 'https://x.com/tannerlinsley' ,
43+ bluesky : 'https://bsky.app/profile/tannerlinsley.com' ,
44+ website : 'https://tannerlinsley.com' ,
45+ } ,
4146 } ,
4247 {
4348 name : 'Dominik Dorfmeister' ,
@@ -62,6 +67,11 @@ export const allMaintainers: Maintainer[] = [
6267 maintainerOf : [ 'store' ] ,
6368 frameworkExpertise : [ 'react' , 'solid' , 'vue' , 'angular' ] ,
6469 specialties : [ 'Forms' , 'Validation' , 'State Management' ] ,
70+ social : {
71+ twitter : 'https://x.com/crutchcorn' ,
72+ bluesky : 'https://bsky.app/profile/crutchcorn.dev' ,
73+ website : 'https://playfulprogramming.com/people/crutchcorn' ,
74+ } ,
6575 } ,
6676 {
6777 name : 'Manual Schiller' ,
@@ -83,6 +93,11 @@ export const allMaintainers: Maintainer[] = [
8393 consultantOf : [ 'query' ] ,
8494 frameworkExpertise : [ 'react' , 'solid' , 'svelte' ] ,
8595 specialties : [ 'Tables' , 'Data Grids' , 'Dashboards' ] ,
96+ social : {
97+ twitter : 'https://x.com/kevinvancott' ,
98+ bluesky : 'https://bsky.app/profile/kevinvancott.dev' ,
99+ website : 'https://kevinvancott.dev' ,
100+ } ,
86101 } ,
87102 {
88103 name : 'Sean Cassiere' ,
0 commit comments