We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c33e66 commit 29482e3Copy full SHA for 29482e3
1 file changed
src/libraries/maintainers.ts
@@ -504,6 +504,19 @@ export const allMaintainers: Maintainer[] = [
504
},
505
workshopsAvailable: false,
506
507
+ {
508
+ name: 'Florian Pellet',
509
+ avatar: 'https://github.com/sheraff.png',
510
+ github: 'sheraff',
511
+ maintainerOf: ['start', 'router'],
512
+ frameworkExpertise: ['react'],
513
+ specialties: ['Performance'],
514
+ social: {
515
+ twitter: 'https://x.com/chaponflo',
516
+ bluesky: 'https://bsky.app/profile/sheraff.bsky.social',
517
+ website: 'https://florianpellet.com',
518
+ },
519
520
]
521
522
export const coreMaintainers = allMaintainers.filter(
0 commit comments