Skip to content

Commit

Permalink
chore: Point Devs to StackBlitz Instead of Codesandbox
Browse files Browse the repository at this point in the history
Our understanding is that Codesandbox has recently
adopted some less-than-desirable policies regarding
their codesandboxes, and all of our examples are
already on StackBlitz anyway. So we should simply
direct devs to the URL that has our existing
examples. That's a much better UX. :)
  • Loading branch information
ITenthusiasm committed Apr 8, 2024
1 parent 4e98fec commit fa8b0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function MyForm() {

Interested in learning more? Check out our [documentation](https://github.com/enthusiastic-js/form-observer/tree/main/docs). A great place to start would be our docs for the [`Form Observer` API](https://github.com/enthusiastic-js/form-observer/tree/main/docs/form-observer/README.md#api) or our [guides](https://github.com/enthusiastic-js/form-observer/tree/main/docs/form-observer/guides.md) for common use cases.

Too eager to bother with documentation? Feel free to play with our library in a [CodeSandbox](https://codesandbox.io/) or in your own application! All of our tools have detailed JSDocs, so you should be able to learn all that you need to get started from within your IDE.
Too eager to bother with documentation? Feel free to play with our library on [StackBlitz](https://stackblitz.com/@ITenthusiasm/collections/form-observer-examples) or in your own application! All of our tools have detailed JSDocs, so you should be able to learn all that you need to get started from within your IDE.

## Solutions to Common Problems

Expand Down

0 comments on commit fa8b0be

Please sign in to comment.