Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
SurviveJS
Open source books and blog
Collective -
Host: opensource -
https://opencollective.com/survivejs
- Website: https://survivejs.com
- Code: https://github.com/survivejs
github.com/survivejs/react-book - d0623880c32e4f180d04bcf0d09eee07937c548b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Looks like this kind of design works with alt better. I'm not a big fan
of the approach but at l...
It is better to set up AppStore to listen TodoStore through waitFor
instead. That way the data s...
Still need to see if it's possible to construct the whole data tree here
easily. The problem is ...
github.com/survivejs/react-book - cee77f10192616edacf7b3b58c440507b27324f3 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 5539eb438341c9596c1b31f352b77f274b40fc42 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - f6869633a27e481bfb77efdf496a65d16ff5f8e5 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - d40f6085924c4f353d323239dcb9cf9fd788883b authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 1b547da093e55fe97bbc203b78f64dd8f77efd33 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 2170d8624cdc803e2995c9b462eaa59922252c39 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Still need to clean this up.
github.com/survivejs/react-book - ea8d507aec4a72a900239534349ddbf047e43cfe authored over 9 years ago by Juho Vepsalainen <[email protected]>
Got rid of unnecessary boilerplate and added `TodoList` component to
illustrate issues with prop...
github.com/survivejs/react-book - ee4eae4c5bdbc82686ec200411bfe9213cd108d6 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - e6d5ad6ecfcdd5881d63b67963b12414e57160f7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - dba0d4e10d214b2ef2cd865c7694d73b660f852e authored over 9 years ago by Juho Vepsalainen <[email protected]>
The problem is that child stores are separate from the parent. This
means changes won't propagat...
github.com/survivejs/react-book - 5412944972c619d1d2397353e62c2d0bf6939b25 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - edfdb43e0a3cbbcc8476fbc4a11589aa3e570a96 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 5b2e728184f64aceaa52aeb80d2c0dfb8b669bc7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 971f6ce581f7f3e09e70f7ff310ac3fe8b4b82bb authored over 9 years ago by Juho Vepsalainen <[email protected]>
This can probably be streamlined later by changing some naming in
earlier chapters. `TodoApp` is...
github.com/survivejs/react-book - a442ea74e510629d8e471b91be39d23eb61fbd8a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Just being consistent here.
github.com/survivejs/react-book - d9dd7d3e76ff39b1e2faf43ccf06344b1693762e authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - 2ca607c9b8859ac0bb93212d816db89fe2ca7d6b authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 2ccdacf0f9aacf0f020a6726e1e9648fead55ab4 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 15f3ca038e7ef2f7d7463526f1118e2ae8a2b39b authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - b7b2f80b2bb9ca3b9abd9b0c0f298f8191a13126 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 366d26541d5bf7d19f5523f09f28ad2d2bccb173 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 877ba66c76832f4820e10ba50b849df5807bcd69 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 62cc82d265cb9bbb37fe01a636b6292a2aa88c1c authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - f6eea541b4790ddc61ecf9560123d37b7e7e7c5f authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 03a4cfb70295e4140c3432fec1585637c8e00d0f authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 472327d51e9229d60ae49816060a0aa327d6650a authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 8f4abc675e338ef39004db3c54d915de06b302ca authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 91fa73d13eabc6e399c0ae21bbe4475393b3997e authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 4a2d84ff58a5e1a0604df4d2c5fece64f3dad583 authored over 9 years ago by Juho Vepsalainen <[email protected]>
It makes more sense to keep setup in a separate chapter.
github.com/survivejs/react-book - 9c215ff4a924ff34be1b2b6dc9ff2984736e5a90 authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - 298d4c2752832c9ec6d939e222e51f8bbe88196b authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - f31058edb7d5e4cfe69cc308f609cb9b5816e537 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 8469001321ecc6154ec6e3b9580bc8b6f07fcc2a authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 2e1f6fc366fe838086b70af2d89652e4bd69e922 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - f1a9270be14abc7391bbf4dfe0c0bb2cec6d884f authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 55e8d98338c75b23740d623bd922f52907c491b0 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - b028d2ec1552c0ea068dc16f2069de98b1c44232 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Now it flows a bit better and source should work.
github.com/survivejs/react-book - 3a66163f2e9bf3255eeb63d90cf8bf4654288dc2 authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - 46d4ef6d1258fe7dad7a0d3d06b2261b1f071adb authored over 9 years ago by Juho Vepsalainen <[email protected]>
It is easier to work this way.
github.com/survivejs/react-book - 3f2ca8c72029e23a6397e595909336f3af3a87d3 authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - 0382c6c315801cdc13a86b43fc51d16319a21521 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - b2ff1387105e49386c23116f04afbacbf4f67e92 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 11634d44f3d74639857be994e22e4e5286d20917 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Extra baggage, boring.
github.com/survivejs/react-book - 90143d45388c3a6d55a058e51a57d323e450f675 authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - bd29a478f666a13295b82e64d21254a8ed9835a1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Not going to need this anymore. Gitbook output looks way nicer.
github.com/survivejs/react-book - 60a9f471c1c4fc29d99427c9090855637d7fa5ae authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - e0d360691cfc1bf0a56b65adcab553c9a9a9b600 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - e1a8db2aebd8f8e61bf392477382d9de73dd3500 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - ea11801d0cc61c52cf92f8ae29de9c25d56ab6db authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 95e16512170f787a52498377af399aa254017965 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
This works better in book format.
github.com/survivejs/react-book - ed91308f9e9b0fa4cdab7db025468e53323c349a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
We will probably need to cover expose loader etc. somewhere still,
though. Maybe that should go ...
github.com/survivejs/react-book - 6c9892ec1e09ad4f7fbc213e86a1e2eb825cf6f9 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
This seems too specific to React so cutting out.
github.com/survivejs/react-book - 559465f3da6abc473c9507d9d56a8f6c9df921b8 authored almost 10 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - 13ee932c9fd02e90b7d9f5a1a6fb25fe2574e23a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
I'm not sure if this is actually relevant so pushing into a chapter of
its own. From Webpack's p...
github.com/survivejs/react-book - 60eef118f9ca61cbc3323f16e9e9d2f988ea4709 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
We already cover this at Developing with Webpack.
github.com/survivejs/react-book - fbbe72263525f33621d25af3a082e732c5be058c authored almost 10 years ago by Juho Vepsalainen <[email protected]>I'm not sure if this is the final place but feels a bit better here.
github.com/survivejs/react-book - 07a92ffc3842c6e8a5469fabab2322ebdcbfa8ef authored almost 10 years ago by Juho Vepsalainen <[email protected]>This is covered briefly earlier.
github.com/survivejs/react-book - cd7f6697508f29c042dd9e9e867371fe071c4433 authored almost 10 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - 639b48eef845f6fac6334dd464ab0e1df96e9682 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 89be951f506c6c99a2d69382f9804ba060ca5282 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 073d51e7462bbdcf2f1783f578a4fc066435c5cb authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 6883f3063cf1486bde9dda655d614c6f97a8fcb0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - b253cbaf1d29ea40ef658db95f1398125a720831 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 685479fff0de09348b54707438a625e46bb9ecaf authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - f1f362ea8446f7695ee793d07b01b156e534756c authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 80f5bb156b22d767d147b6230c3da473c7c9b098 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - f8261d73ea017a803650fef4dc43f971914905ed authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 5ca9fa1b726c500ca5e70c97c6b94b46220cf23d authored almost 10 years ago by Juho Vepsalainen <[email protected]>
We have this on React chapter now so no need to repeat.
github.com/survivejs/react-book - b8ea2fb1d6f4230f673f0caa26c16ebd433a370a authored almost 10 years ago by Juho Vepsalainen <[email protected]>github.com/survivejs/react-book - 1776718e828ffef4c0b1a02efd25f20f83ce1d63 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - f3d8eeb7061e9b5a408dd6ba20c3493802c1710b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - cae2f540bd91f00cf3a82ec504b05cc104e82347 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - cd07bf4b415b52180b79423403ab2bf38484c734 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 5650af6c958f0cda0d199020f456fcb4a7090c9d authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 2553f9ebe5eb83533007598166e24f51068fa8bc authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - febf9a758fcb9c9a62367f97813dd16284280201 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 963efbc5dc6b3b4227165b15ee8cab5159696e76 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 35e6e27af33f4d381099abdd9c34d1ae0bdaabd4 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - 84d4a4afaa16e74672260fcb28cd83210c71dfa5 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
For this to work I needed to implement a custom merge algorithm. Taken
further this might be abl...
github.com/survivejs/react-book - 42b0d3d042890cab55d84a40359569b0dc56c8bf authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/survivejs/react-book - e34e518bb0439388a4c1a0e94a397280625408de authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Cleaner this way.
github.com/survivejs/react-book - e37e8e033dfccdde680d822576b39ff00997a4a9 authored almost 10 years ago by Juho Vepsalainen <[email protected]>This simplifies things a bit.
github.com/survivejs/react-book - ea2d53f1a55ebb0af711b38650aa8801d5cc755b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
I simplified this a lot and jumped straight to Babel. I didn't see much
point in retaining the i...
Looks like leanpub needs this to render correctly.
github.com/survivejs/react-book - d2c992e702c01b0e3bf11c86fe0309dcc083c3a0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Now this starts to feel like a whole chapter. I discussed loaders in
more detail here though tha...
github.com/survivejs/react-book - 72b61d5b2533e97dfac08f9c3aae2cadb72751e2 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
In this chapter I want to show Webpack compared to some other tooling to
help the reader appreci...
github.com/survivejs/react-book - 66eefdd92aa2e9cbd9a5d30aa9746b4ab7fdebca authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Split up and optimized for readability a bit more.
github.com/survivejs/react-book - 79f41dd367ff62aa025c539a160c518e1cb1474c authored almost 10 years ago by Juho Vepsalainen <[email protected]>