Skip to content

Commit 3cb38cc

Browse files
committed
updated dev steps
1 parent 36465d9 commit 3cb38cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package-react/DevelopmentSteps.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,28 @@ _The below commands must be run from the package-react directory
5555
- 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.
5656

5757
### algolia
58+
_Working correctly_
5859
- Execute `package-setup-1-algolia`
5960
- Execute `package-setup-2-algolia`
6061

6162
### auto-refetching
6263

6364
### basic
65+
_Working correctly_
6466
- Execute `package-setup-1-basic`
6567
- Execute `package-setup-2-basic`
6668

6769
### basic-graphql-request
70+
_Doesn't work on its own, without RQRewind_
6871

6972
### basic-typescript
73+
_Working correctly_
7074
- Execute `package-setup-1-basic-typescript`
7175
- Execute `package-setup-2-basic-typescript`
7276

7377

74-
78+
### Notes on these examples
79+
- .js doesn't work but .jsx does
7580

7681
# Publishing
7782
1. `npm login` to login to the npm site. Follow the instructions to publish your npm package

0 commit comments

Comments
 (0)