This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
4bd30c8713
next.js
/
examples
/
with-refnux
/
store
/
getInitialState.js
9 lines
111 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add ‘with-refnux’ example (#1215)
2017-02-21 04:13:05 +00:00
const
getInitialState
=
(
)
=>
{
return
{
title
:
''
,
counter
:
0
}
Fix linting errors (#1235)
2017-02-21 20:52:44 +00:00
}
add ‘with-refnux’ example (#1215)
2017-02-21 04:13:05 +00:00
Fix linting errors (#1235)
2017-02-21 20:52:44 +00:00
export
default
getInitialState
Reference in a new issue
Copy permalink