Skip to content

Commit

Permalink
Add link to Paul's blog post about TS in front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Jan 31, 2024
1 parent 07ada49 commit 9a7b18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For JavaScript projects, automatic types generation can be turned off (see [`con
:::

:::tip Tip: Using types in your front-end application
To use Strapi types in your front-end application, you can [use a workaround](https://github.com/strapi-community/strapi-typed-fronend) until Strapi implements an official solution.
To use Strapi types in your front-end application, you can [use a workaround](https://github.com/strapi-community/strapi-typed-fronend) until Strapi implements an official solution, and you will find additional information in [this blog article](https://strapi.io/blog/improve-your-frontend-experience-with-strapi-types-and-type-script).
:::

### Fix build issues with the Generated Types
Expand Down

0 comments on commit 9a7b18b

Please sign in to comment.