DEV Community

Dezina
Dezina

Posted on • Updated on

Go crazy with react.js

public & private routes

https://stackoverflow.com/questions/69923420/how-to-use-private-route-in-react-router-domv6
Enter fullscreen mode Exit fullscreen mode

stripe payment with api

https://www.jsmount.com/react-js-stripe-payment-gateway-integration-with-node-step-by-step-guide/
Enter fullscreen mode Exit fullscreen mode

convert html to pdf

https://pspdfkit.com/blog/2022/how-to-convert-html-to-pdf-using-react/
Enter fullscreen mode Exit fullscreen mode

React useState Hook Typescript

https://codedamn.com/news/reactjs/usestate-hook-typescript
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Dates conversion

{Intl.DateTimeFormat("en").format(new Date(2023-04-28T06:07:41.065Z))}
Output: 4/28/2023
Enter fullscreen mode Exit fullscreen mode

Top comments (0)