public & private routes
https://stackoverflow.com/questions/69923420/how-to-use-private-route-in-react-router-domv6
stripe payment with api
https://www.jsmount.com/react-js-stripe-payment-gateway-integration-with-node-step-by-step-guide/
convert html to pdf
https://pspdfkit.com/blog/2022/how-to-convert-html-to-pdf-using-react/
React useState Hook Typescript
https://codedamn.com/news/reactjs/usestate-hook-typescript
React.Js - Typescript how to pass an array of Objects as props?
https://stackoverflow.com/questions/72713498/react-js-typescript-how-to-pass-an-array-of-objects-as-props#:~:text=You%20can%20just%20replace%20props,from%20there%20in%20your%20UserIListtem
Dates conversion
{Intl.DateTimeFormat("en").format(new Date(2023-04-28T06:07:41.065Z))}
Output: 4/28/2023
Top comments (0)