2.0.0 • Published 6 years ago

@growthops/lib-nextjs v2.0.0

Weekly downloads
11
License
ISC
Repository
github
Last release
6 years ago

GrowthOps lib-nextjs

Common Next.js utilities, components etc.

Services

Services expose app-wide functionality and hook-in points.

  • ProgressBar: A visual progress indicator on route changes and other events
  • Meta: Sets up the page title and document description

E.g.: import using import { ProgressBar } from '@growthops/lib-nextjs/services'

Utils

Small, single-purpose utilies for a number of different features.

  • preRender: Sets up Serverless pre-rendering functionality for Zeit Now hosting

E.g.: import using import { preRender } from '@growthops/lib-nextjs/utils'

2.0.0

6 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago