Skip to content

TypeScript code snippet – How to send data between components in react with redirect?

<Redirect
  to={{
    pathname: "/page",
    state: data // your data array of objects
  }}
>
See also  TypeScript code snippet - vscustom snippets How to use file name?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.