David Madner
d1b61afcf8
Update README.md ( #1851 )
2017-05-02 09:12:24 -07:00
spencer
2e7bc1074d
Update to examples: with-redux (updated) ( #1813 )
...
* With-Redux-example-update-request
Hello Next.js,
I’ve added an additional example to “With-Redux” and updated some of
the original code to help illustrate to less inexperienced developers
how to implement Redux with Next.js.
The example is a simple counter to help reinforce how the client and
server renderings work together. In addition I also updated some of the
redux boilerplate code to help fully demonstrate how redux can be
implemented when using is with Next.js
Please contact me at spencer.bigum@gmail.com for further questions or
anything else you might need.
Thanks,
Spencer
* fixed listing issues: examples/with-redux
* Updated code based on @impronunciable Feedback
2017-04-30 17:44:24 -03:00
Paul Molluzzo
d08e027a8c
Add deploy now button to the top of all example READMEs ( #1763 )
...
* Add deploy now button to the top of all example READMEs
* Remove unnecessary whitespace changes
2017-04-22 14:51:51 +02:00
Tim Neutkens
7f0591896a
Use latest version of Next for all examples ( #1597 )
...
* Use latest for all examples
* Update yarn.lock
2017-04-03 09:46:35 +05:30
Tim Neutkens
e5844314e3
Fix linting errors ( #1197 )
2017-02-18 20:12:19 +01:00
胡子大哈
bdd5b9ef3d
Add note for next-connect-redux #1193 ( #1203 )
2017-02-18 19:39:34 +01:00
Guillermo Rauch
47e5231cdd
Revert "Use the original idea of provider wrapper for redux example ( #1201 )"
...
This reverts commit ba54c6ac3d
.
2017-02-18 14:11:54 -03:00
胡子大哈
ba54c6ac3d
Use the original idea of provider wrapper for redux example ( #1201 )
...
Use the original idea of provider wrapper from #1193 and remove
unnecessary `initStore` in every page.
2017-02-18 14:03:02 -03:00
Kirill Konshin
f0cb5b71a0
Added next-redux-wrapper to example ( #1196 )
...
* Added next-redux-wrapper to example
* Docs, renamed withRedux
2017-02-18 01:10:27 -03:00
Lukas Strassel
4a73ccbb00
add react and react dom as peer ( #1024 )
...
- tackles #997
- add ./idea to gitignore for webstorm users
- update all the examples
2017-02-08 10:11:38 +05:30
Stephen Mathieson
ee717af088
examples/with-redux: remove global store ( #908 )
...
This patch removes the global `store` on the client. IMO this example
should avoid polluting the global namespace with simple scoping tricks
can solve the problem equally as well.
2017-01-27 18:33:42 -08:00
Dan Zajdband
e28f80cd99
Updated <Link> in repo, always wrapping an anchor. ( #798 )
2017-01-16 22:27:55 +01:00
Sébastien Dubois
a66ff658f4
Fix link ( #789 )
...
* Fix link
* Fix links
2017-01-16 18:23:24 -03:00
Tim Neutkens
b6e72f59e5
Use UTC time to avoid time differences ( #782 )
2017-01-15 16:14:40 -08:00
Mike Bannister
2e0f9d144b
Fix link ( #701 )
2017-01-08 12:30:29 -08:00
Bernat Orell
3b1f7115a3
Routing on the client with Redux ( #691 )
...
* Routing on the client with Redux
* Removing unused import
2017-01-08 07:04:35 -08:00
Dan Zajdband
f6ece560e4
Add/data fetch example ( #485 )
...
* Added data fetch example
* Finished updating examples install instructions and added data-fetch example to main readme
2016-12-23 08:05:49 +09:00
nkzawa
cae706d7b7
examples: use HTTPS URL
2016-12-22 18:14:12 +09:00
nkzawa
aa630279e6
examples: simplify download instruction
2016-12-22 18:07:54 +09:00
Dan Zajdband
c5d69f0585
Add/move examples ( #470 )
...
* Added redux and styled components (wip) examples.
* Updated examples readmes and package.json
* Fixed styled-components example
2016-12-21 21:10:54 -08:00