Skip to content

Commit 0c7fc98

Browse files
kushaimCDVolvik
andauthored
docs(philosophy): clarify 'Three.js framework adapters' to 'Three.js renderers' (#2251)
In the 'Controlled is Cool' section, the bullet on Non-DOM support said 'Three.js framework adapters'. Three.js is not a framework - it's a WebGL rendering library. The intended meaning was that TanStack Form's controlled-component approach works with non-DOM renderers, including Three.js. Replaced 'framework adapters' with 'renderers' to be accurate. Co-authored-by: Carlos Jimenez <cjimenez@r21digital.com>
1 parent 9344c57 commit 0c7fc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/philosophy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This comes with a number of advantages:
3333

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

0 commit comments

Comments
 (0)