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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
Build a basic CRUD frontend application with React & GraphQL, also includes Gitlab's CI/CD Pipeline setup which enable the auto deployment into OpenShift.
5
+
Build a basic CRUD frontend application with React & GraphQL.
6
6
7
7
## Technologies
8
8
@@ -153,10 +153,10 @@ generates:
153
153
src/generated/graphql.tsx:
154
154
plugins:
155
155
...
156
-
<b>config:
156
+
config:
157
157
withHOC: false
158
158
withComponent: false
159
-
withHooks: true</b>
159
+
withHooks: true
160
160
```
161
161
162
162
> In this tutorial we will only use the React Hooks, therefore the `HOC` and `Component` code generation are disabled.
@@ -448,4 +448,4 @@ cd react-graphql-sample
448
448
npm start
449
449
```
450
450
451
-
> You should see the `UserList` and `AddUser` components correctly rendered, and all the CRUD operations should work normally.
451
+
> You should see the `UserList` and `AddUser` components correctly rendered, and all the CRUD operations should work normally.
0 commit comments