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
Tim Neutkens
9c4eefcdbf
Add prettier for examples directory ( #5909 )
...
* Add prettier for examples directory
* Fix files
* Fix linting
* Add prettier script in case it has to be ran again
2018-12-17 17:34:32 +01:00
zsx
5b6489ebf3
Fix the bug with not passing props to wrapped element of with-rematch example ( #5483 )
2018-10-20 14:31:26 +02:00
zsx
1b8bfc70f3
Fix the bug with creating duplicate components of with-rematch example ( #5440 )
2018-10-12 16:16:52 +02:00
Michael Herold
5b3578e58f
#4751 - Explicitly mention install when cloning examples ( #4758 )
...
Preferably this installation wouldn't be necessary, but in lieu of a fix...
#4751
2018-07-11 23:56:15 +02:00
Bhargav Ponnapalli
5187d142ea
Added example for usage with rematch ( #4095 )
...
* Usage with rematch
* Run lint fix
* Add counter-display example and readme
2018-04-18 14:03:24 +02:00