The Wayback Machine - https://web.archive.org/web/20200924185338/https://github.com/topics/browser
Skip to content
#

browser

Here are 3,429 public repositories matching this topic...

next.js
zhangwei900808
zhangwei900808 commented Sep 23, 2020

Bug report

Describe the bug

In with-redux-wrapper example index.js page has a code:

export const getStaticProps = wrapper.getStaticProps(async ({ store }) => {
  store.dispatch(serverRenderClock(true))
  store.dispatch(addCount())
})

the reducer.js

import { countActionTypes } from './action'

const countInitialState = {
  count: 0,
}

export default function r

Improve this page

Add a description, image, and links to the browser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the browser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.