Skip to content

Commit

Permalink
Suggestions and requests for explanatinons
Browse files Browse the repository at this point in the history
Just some feedback in place from a new user
  • Loading branch information
evilgeniuscreative committed Mar 15, 2024
1 parent 0f960aa commit 21767ba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/guides/typescript.md
Expand Up @@ -48,6 +48,19 @@ export const MyApp: React.FC<{}> = () => {
};
```

#### Just some feedback from a new user:
The withFormik() section doesn't make sense to me
- where it would go
- how it's connected to the previous script
- what it should be named
- is it a component?
- is it a function that should just go in App.tsx?
- There's no explanation so I'm completely lost how to link the validation with the typescript form
- it would be helpful to see a working example of these tied together, maybe a codepen or the like

Thanks


#### `withFormik()`

```tsx
Expand Down

0 comments on commit 21767ba

Please sign in to comment.