-
Notifications
You must be signed in to change notification settings - Fork 399
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
[Request New Content] Typescript: A Beginners Guide to Build an application with Strapi and Next.js using TypeScript #934
Comments
Hi @dessireugarte, since I am also writing a similar article using Typescript & NextJS in #922, I am interested in writing this too, can I work on this? My Idea is to create a simple blog website with a list page and an article page This is the outline:
|
Hello @zelief 👋 |
Hi @dessireugarte, So far, I didn't come for any solution except to write the types manually or generate them using t4s package. In my experience, using ts:generate-types is not helping since we need to use the types in Next.js repository. And if we don't have a better solution, can I include using the t4s package in the tutorial? |
Hey @zelief, there are no best practices/conventions at the moment when it comes to getting types for the front end. However, we're slowly building and adding new tools and utils to build powerful types based on the output of the For instance, I'm working on adding strongly typed support for both the entity service and the content API. As for your particular case, I think you could beneficiate from smth I wrote here. Those types ( Let me know if you think it could be useful. Happy to give you more examples if needed. |
TBH, If you don't see another alternative I don't see why you shouldn't 🤷♂️ |
@dessireugarte I will like to work on this topic since I have written a related article to this before for the company. |
Hello @TechMakanaki! Could you please submit an outline for this topic? |
@dessireugarte thank you I will provide/submit an outline that I will work on soon. |
The outline I came up with:
|
Hi @dessireugarte should I go on with th draft. |
Hello @PaulBratslavsky |
@dessireugarte Should I continue now? |
@dessireugarte and @TechMakanaki after reviewing the submission. At this point in time, we are not looking for articles that cover basic "getting started with Strapi topics" and focusing more on the front end, since we already have plenty of articles similar to this one up already. You can check out this issue #1155 for some topic ideas. At the moment we are looking for topics that cover Strapi backend customizations and extensions. |
My Request
If you are interested, please share an outline of what the article would look like.
Community vote
👍 Upvote if you like this topic
🚀 If you can make the article/video!
Thank you.
The text was updated successfully, but these errors were encountered: