Skip to content

Releases: ijsto/reactnextjssnippets

v1.6.0

29 Oct 22:48
Compare
Choose a tag to compare

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

12 Oct 06:28
Compare
Choose a tag to compare

Thank you @Nnadozie for submitting a PR for this.

Fill in readme blanks

27 Jun 02:28
Compare
Choose a tag to compare

This adds the missing snippet examples for data fetching snippets.

Extend data fetching snippets

27 Jun 02:18
Compare
Choose a tag to compare

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

08 Nov 04:40
Compare
Choose a tag to compare
Pre-release

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

05 Nov 17:08
Compare
Choose a tag to compare

In this release we've added a new snippet

  • fcst→ | Functional Component with a useState hook

and fixed minor README bugs.