SamCortopassi
|
38247cba36
|
--save is no longer needed (#14302)
`--save` is on by default as of npm 5. `npm install create-subscription` is equivalent to `npm install --save create-subscription` now
|
2019-01-23 14:13:05 +00:00 |
locknono
|
2aecbcd6f1
|
"functional component" -> "function component" (#14123)
|
2018-11-06 17:33:26 -08:00 |
Spencer Davies
|
cbc2240288
|
fix - small misspelling (#13768)
longer term needs a hyphen.
|
2018-10-04 04:05:51 -04:00 |
Andrew Clark
|
ce96e2df4d
|
Rename simple-cache-provider to react-cache (#13755)
|
2018-10-01 09:07:40 -06:00 |
Brian Vaughn
|
e79366d549
|
Link create-subscription doc to GH issue with de-opt explanation (#13187)
|
2018-07-10 14:00:06 -07:00 |
Alex Zherdev
|
2e1cc28027
|
Fix small typos in create-subscription readme (#12399)
|
2018-04-16 15:44:38 +01:00 |
Nikolay
|
488ad5a6b9
|
Fix typo in create-subscription readme
PR: #12473
|
2018-03-28 08:51:16 -04:00 |
Andrew Clark
|
ff32420e57
|
Caveat about async in create-subscription README (#12469)
* Caveat about async in create-subscription README
* Address Sophie's comments
* Dan's nits
|
2018-03-27 16:50:12 -07:00 |
Brian Vaughn
|
ced176edb7
|
Updated create-subscription description
|
2018-03-14 15:39:38 -07:00 |
Brian Vaughn
|
00a0e3c14f
|
create-subscription (#12325)
create-subscription provides an simple, async-safe interface to manage a subscription.
|
2018-03-13 13:59:09 -07:00 |