Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This comes with a number of advantages:

- **Predictable**: You can predict the state of your form at any point in time.
- **Easier testing**: You can easily test your forms by passing in values and asserting on the output.
- **Non-DOM support**: You can use TanStack Form with React Native, Three.js framework adapters, or any other framework renderer.
- **Non-DOM support**: You can use TanStack Form with React Native, Three.js renderers, or any other framework renderer.
- **Enhanced conditional logic**: You can easily conditionally show/hide fields based on the form state.
- **Debugging**: You can easily log the form state to the console to debug issues.

Expand Down