Juan Olvera
7e12997af6
Test updater script on examples folder ( #5993 )
...
I wrote a [script](https://github.com/j0lv3r4/dependency-version-updater ) to update dependencies recursively in `package.json` files, e.g.:
```
$ node index.js --path="./examples" --dependencies="react=^16.7.0,react-dom=^16.7.0"
```
This PR contains the result against the examples folder.
2019-01-05 12:19:27 +01:00
Ondrej Maksi
359e25af13
extendable with-redux example ( #3947 )
...
* copied with-redux -> with-redux-wrapper, changed links in readme
* added simplified redux wrapper
* removed next-redux-wrapper dep
* changed imports to local wrapper
* changed readme to reflect changes
2018-03-06 13:34:28 +01:00
Tim Neutkens
47d3cfd0fd
Upgrade React for all examples ( #3113 )
2017-10-17 08:11:46 +02:00
Henrik
f14297dc80
Normalize example package.json files ( #2350 )
2017-06-23 10:46:44 +02:00
João Carmona
c443635945
feat(with-redux): add redux tools to example ( #1994 )
2017-05-25 18:37:10 +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
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
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
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