Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions and requests for explanatinons #3962

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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