You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package-react/DevelopmentSteps.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,23 +55,28 @@ _The below commands must be run from the package-react directory
55
55
- If an example has not been set up, ensure it has npm commands and the vite/webpack config resolves react and react-dom to ensure we look at the correct version of react.
56
56
57
57
### algolia
58
+
_Working correctly_
58
59
- Execute `package-setup-1-algolia`
59
60
- Execute `package-setup-2-algolia`
60
61
61
62
### auto-refetching
62
63
63
64
### basic
65
+
_Working correctly_
64
66
- Execute `package-setup-1-basic`
65
67
- Execute `package-setup-2-basic`
66
68
67
69
### basic-graphql-request
70
+
_Doesn't work on its own, without RQRewind_
68
71
69
72
### basic-typescript
73
+
_Working correctly_
70
74
- Execute `package-setup-1-basic-typescript`
71
75
- Execute `package-setup-2-basic-typescript`
72
76
73
77
74
-
78
+
### Notes on these examples
79
+
- .js doesn't work but .jsx does
75
80
76
81
# Publishing
77
82
1.`npm login` to login to the npm site. Follow the instructions to publish your npm package
0 commit comments