An open API service indexing awesome lists of open source software.

https://github.com/wingify/nextjs-vwo-js-sdk

Integrating VWO JavaScript SDK in Next.js
https://github.com/wingify/nextjs-vwo-js-sdk

Last synced: 3 months ago
JSON representation

Integrating VWO JavaScript SDK in Next.js

Awesome Lists containing this project

README

        

![Next.js blogging template for Netlify](https://repository-images.githubusercontent.com/284910441/d8efc300-e2ae-11ea-9596-b01e3844e39d)

[![Netlify Status](https://api.netlify.com/api/v1/badges/c6f44d34-0570-4ca0-9d3d-cabdaa2b3afb/deploy-status)](https://app.netlify.com/sites/nextjs-netlify-blog-template/deploys)
[![MADE BY Next.js](https://img.shields.io/badge/MADE%20BY%20Next.js-000000.svg?style=flat&logo=Next.js&labelColor=000)](https://nextjs.org/)

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](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

- [TypeScript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)
- [Netlify](https://www.netlify.com/)
- [MDX](https://mdxjs.com/)

## Getting started

* Install dependencies

```bash
yarn install;
```

* Run applications

```bash
yarn dev
```

## Attribution

Cloned from [https://github.com/wutali/nextjs-netlify-blog-template](https://github.com/wutali/nextjs-netlify-blog-template)

## License

[Copyright 2020 Takahiro Fujiwara](https://github.com/wutali/nextjs-netlify-blog-template/blob/master/LICENSE)

MIT (c) Wingify Software Pvt. Ltd.