Skip to content

Releases: ayungavis/react-typescript-snippet

v0.0.9

12 Sep 00:11
2636d76
Compare
Choose a tag to compare

Release Notes

[0.0.9] - 2023-09-12

  • Update {...props} to not override the custom props

[0.0.8] - 2023-05-23

  • Fix typo of the date in the changelog v0.0.7

[0.0.7] - 2023-05-22

  • Fixed rfu typo
  • Added rcb snippet to create a React useCallback function

[0.0.6] - 2023-04-10

  • Remove FunctionComponent from rfc snippet

[0.0.5] - 2023-03-18

  • Added rfc snippet to create a React function component
  • Added rsu snippet to create a React useState
  • Added rfu snippet to create a React useEffect
  • Added np snippet to create a NextJS page

v0.0.2

16 Mar 22:17
bf45746
Compare
Choose a tag to compare

Release Notes

[0.0.2] - 2023-03-17

  • Fixed missing comma after className in rfrc snippet
  • Added children to rfrc snippet

v0.0.1

16 Mar 21:56
82958a6
Compare
Choose a tag to compare

Release Notes

[0.0.1] - 2023-03-17

  • Initial release of "react-typescript-snippet"
  • Added rfrc snippet to create a React forward component