File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ export const DevCycle: Provider = {
3535 href : 'https://docs.devcycle.com/sdk/client-side-sdks/javascript/javascript-openfeature' ,
3636 category : [ 'Client' ] ,
3737 } ,
38+ {
39+ technology : 'React' ,
40+ vendorOfficial : true ,
41+ href : 'https://docs.devcycle.com/sdk/client-side-sdks/react/react-openfeature' ,
42+ category : [ 'Client' ] ,
43+ } ,
3844 {
3945 technology : 'PHP' ,
4046 vendorOfficial : true ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const React: SDK = {
99 branch : 'main' ,
1010 folder : '/packages/react' ,
1111 logoKey : 'react-no-fill.svg' ,
12- technology : 'JavaScript ' ,
12+ technology : 'React ' ,
1313 href : '/docs/reference/technologies/client/web/react' ,
1414 includeInSupportMatrix : false ,
1515} ;
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ export type Technology =
2222 | 'Python'
2323 | 'Swift'
2424 | 'Rust'
25- | 'Ruby' ;
25+ | 'Ruby'
26+ | 'React' ;
2627
2728export type Category = 'Server' | 'Client' ;
2829export type Type = 'Hook' | 'Provider' | 'SDK' ;
You can’t perform that action at this time.
0 commit comments