Skip to content

Instantly share code, notes, and snippets.

View arp55's full-sized avatar

Adithya R Pai arp55

  • Bangalore
View GitHub Profile
@arp55
arp55 / _app.js
Last active September 27, 2019 08:48
Issue with overriding Defaultseo in next application
import App, { Container } from 'next/app'
import React from 'react'
import { Provider } from 'react-redux'
import withRedux from 'next-redux-wrapper'
import CssBaseline from '@material-ui/core/CssBaseline';
import NProgress from 'nprogress'
import Router from 'next/router'
import { withTheme } from '@material-ui/styles';
import withReduxStore from '../lib/with-redux-store'
import { persistStore } from 'redux-persist'