Typescript is the next big thing in the Front End Development domain and if you are looking to upgrade your skills from a junior to an intermediate...
For further actions, you may consider blocking this person and/or reporting abuse
As a side note using React.FC/React.FunctionComponent types to declare functional React components is discouraged for the reasons mentioned here and here
Will check it out thanks!
Great job. How do I get an array value from an array in typescript? It gives me an error whenever I do this? I really want to modify my state based on the values from that array. Thanks.
I found this stackoverflow answer helpful, Do check it out
!Link
Thanks for your reply. I later filtered and mapped the array before applying the .length () to extract the numbers of items and sort data in that category programmatically.
Awesome article, thanks for share.
I found this article helpful, I am going to be using typescript more in my react projects
I am glad the article was helpful :)
Nice one!
Thanks! :)
Amazing post!
correction typescript is a superscript of javascript
Aaah right! nice catch thanks!
thanks! from rick!
This is a brilliant article Riya 👌🔥
Thanks!
Just a small change; Instead of adding an
onClick
listener on the button, you could add anonSubmit
listener to the formYes right that's the better option!
Thanks, It helps
Thanks! :)