Releases: ijsto/reactnextjssnippets
v1.6.0
In this release we add snippets for the new Next.js 10 Image tag (https://nextjs.org/docs/api-reference/next/image).
v1.4.2
Fill in readme blanks
This adds the missing snippet examples for data fetching snippets.
Extend data fetching snippets
With this release we are adding the 3 latest additions to Next.js framework - getStaticProps()
, getStaticPaths()
and getServerSideProps()
. You can read more about the functions here - https://nextjs.org/docs/basic-features/data-fetching.
Add first getInitialProps() snippets
This is a pre-release of v1.1.0
With this release we've added 3 initial getInitialProps() snippets.
While this is a pre-release, we do not intend to remove or make major changes.
Any feedback or request for changes/additions are welcome, please open a new issue to make a request.
Added fcst
In this release we've added a new snippet
fcst→
| Functional Component with a useState hook
and fixed minor README bugs.