Skip to content

wingify/nextjs-vwo-js-sdk

Repository files navigation

Next.js blogging template for Netlify

Netlify Status MADE BY Next.js

Next.js blogging template for Netlify is a boilerplate for building blogs with only Netlify stacks.

Next.js blogging template for Netlify has already implemented these standard features for building blogs with only using Next.js and Netlify stacks.

VWO JavaScript SDK is integrated to demonstrate A/B Testing of light vs dark theme. It also demostrates how you can cache VWO settings using Web Storage to minimize performance impact on every hit.

Demo

https://romantic-wing-a3ccb4.netlify.app

Features

  • Tagging: organizes content by tags
  • Author: displays author names who write a post
  • Pagination: limits the number of posts per page
  • CMS: built with CMS to allow editors modifying content with the quickest way
  • SEO optimized: built-in metadata like JSON-LD
  • Shortcode: extends content writing with React component like WordPress shortcodes
  • VWO Integration: uses VWO JavaScript SDK for A/B Testing light vs dark theme

Dependencies

Getting started

  • Install dependencies
yarn install;
  • Run applications
yarn dev

Attribution

Cloned from https://github.com/wutali/nextjs-netlify-blog-template

License

Copyright 2020 Takahiro Fujiwara

MIT (c) Wingify Software Pvt. Ltd.

About

Integrating VWO JavaScript SDK in Next.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published