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

Remove XXX

github.com/survivejs/react-book - d0623880c32e4f180d04bcf0d09eee07937c548b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push todo operations and store to App level

Looks like this kind of design works with alt better. I'm not a big fan
of the approach but at l...

github.com/survivejs/react-book - 29974f6d8ae369848e71a2a2fc7c147dc8a5be02 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Drop FinalStore

It is better to set up AppStore to listen TodoStore through waitFor
instead. That way the data s...

github.com/survivejs/react-book - 5974110a57240453abf902ac840ba7ecaac201f9 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up a stub for FinalStore

Still need to see if it's possible to construct the whole data tree here
easily. The problem is ...

github.com/survivejs/react-book - 839f4b9acd7d43b2768f5c9cb7857692ba92452d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add action required for creating lanes

github.com/survivejs/react-book - cee77f10192616edacf7b3b58c440507b27324f3 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add missing connect behavior

github.com/survivejs/react-book - 5539eb438341c9596c1b31f352b77f274b40fc42 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add a section about component design

github.com/survivejs/react-book - f6869633a27e481bfb77efdf496a65d16ff5f8e5 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove extra "to"

github.com/survivejs/react-book - d40f6085924c4f353d323239dcb9cf9fd788883b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Implement connect behavior

github.com/survivejs/react-book - 1b547da093e55fe97bbc203b78f64dd8f77efd33 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Use bindActions

github.com/survivejs/react-book - 2170d8624cdc803e2995c9b462eaa59922252c39 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add TodoList to chapter 6

Still need to clean this up.

github.com/survivejs/react-book - ea8d507aec4a72a900239534349ddbf047e43cfe authored over 9 years ago by Juho Vepsalainen <[email protected]>
Improve the structure of Implementing Todo

Got rid of unnecessary boilerplate and added `TodoList` component to
illustrate issues with prop...

github.com/survivejs/react-book - ecd676d9ec71bb32fed6218414f8784b60d6f7ea authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push merge to a separate file

github.com/survivejs/react-book - ee4eae4c5bdbc82686ec200411bfe9213cd108d6 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push `persist` below behaviors directory

github.com/survivejs/react-book - e6d5ad6ecfcdd5881d63b67963b12414e57160f7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push actions and stores within directories of their own

github.com/survivejs/react-book - dba0d4e10d214b2ef2cd865c7694d73b660f852e authored over 9 years ago by Juho Vepsalainen <[email protected]>
Sketch out high level persistency

The problem is that child stores are separate from the parent. This
means changes won't propagat...

github.com/survivejs/react-book - 32bb84a653f9c73aa21f7c411e42e5bfe8fab826 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Show how to make TodoList state separate

github.com/survivejs/react-book - 5412944972c619d1d2397353e62c2d0bf6939b25 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Use correct formatting type

github.com/survivejs/react-book - edfdb43e0a3cbbcc8476fbc4a11589aa3e570a96 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Implement basic addLane

github.com/survivejs/react-book - 5b2e728184f64aceaa52aeb80d2c0dfb8b669bc7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add initial Lane

github.com/survivejs/react-book - 971f6ce581f7f3e09e70f7ff310ac3fe8b4b82bb authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add initial stub for Kanban project

This can probably be streamlined later by changing some naming in
earlier chapters. `TodoApp` is...

github.com/survivejs/react-book - d2c219bd1a45b539423d9406f05457cf0f8b8bd8 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove redundant parameter

github.com/survivejs/react-book - a442ea74e510629d8e471b91be39d23eb61fbd8a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Move addItem to beginning

Just being consistent here.

github.com/survivejs/react-book - d9dd7d3e76ff39b1e2faf43ccf06344b1693762e authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add a stub for "From Todo to Kanban" chapter

github.com/survivejs/react-book - 2ca607c9b8859ac0bb93212d816db89fe2ca7d6b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update title page

github.com/survivejs/react-book - 2ccdacf0f9aacf0f020a6726e1e9648fead55ab4 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add an example of a higher order component

github.com/survivejs/react-book - 15f3ca038e7ef2f7d7463526f1118e2ae8a2b39b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Show how to implement persistency on top of Flux

github.com/survivejs/react-book - b7b2f80b2bb9ca3b9abd9b0c0f298f8191a13126 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up Flux example source

github.com/survivejs/react-book - 366d26541d5bf7d19f5523f09f28ad2d2bccb173 authored over 9 years ago by Juho Vepsalainen <[email protected]>
List -> App

github.com/survivejs/react-book - 877ba66c76832f4820e10ba50b849df5807bcd69 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix header level

github.com/survivejs/react-book - 62cc82d265cb9bbb37fe01a636b6292a2aa88c1c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Hook up flowcheck

github.com/survivejs/react-book - f6eea541b4790ddc61ecf9560123d37b7e7e7c5f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Hook up remove

github.com/survivejs/react-book - 03a4cfb70295e4140c3432fec1585637c8e00d0f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Expand on todo edit

github.com/survivejs/react-book - 472327d51e9229d60ae49816060a0aa327d6650a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Hook up basic `addItem`

github.com/survivejs/react-book - 8f4abc675e338ef39004db3c54d915de06b302ca authored over 9 years ago by Juho Vepsalainen <[email protected]>
Hook up TodoApp and TodoItem

github.com/survivejs/react-book - 91fa73d13eabc6e399c0ae21bbe4475393b3997e authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add basic TodoApp

github.com/survivejs/react-book - 4a2d84ff58a5e1a0604df4d2c5fece64f3dad583 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Split Todo bit from React chapter

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]>
Show how to configure eslint with Webpack

github.com/survivejs/react-book - 298d4c2752832c9ec6d939e222e51f8bbe88196b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Rework eslint section

github.com/survivejs/react-book - f31058edb7d5e4cfe69cc308f609cb9b5816e537 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Expand on hot loading

github.com/survivejs/react-book - 8469001321ecc6154ec6e3b9580bc8b6f07fcc2a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify the beginning of the React chapter and add initial example

github.com/survivejs/react-book - 2e1f6fc366fe838086b70af2d89652e4bd69e922 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Separate Flux part to a chapter of its own

github.com/survivejs/react-book - f1a9270be14abc7391bbf4dfe0c0bb2cec6d884f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Move comment to a separate line

github.com/survivejs/react-book - 55e8d98338c75b23740d623bd922f52907c491b0 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify

github.com/survivejs/react-book - b028d2ec1552c0ea068dc16f2069de98b1c44232 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add project source for developing with webpack and improve chapter

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]>
Add initial stub for chapter 3 project files

github.com/survivejs/react-book - 46d4ef6d1258fe7dad7a0d3d06b2261b1f071adb authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add chapter number prefixes to manuscript

It is easier to work this way.

github.com/survivejs/react-book - 3f2ca8c72029e23a6397e595909336f3af3a87d3 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Rename Understanding Webpack as Webpack Compared

github.com/survivejs/react-book - 0382c6c315801cdc13a86b43fc51d16319a21521 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify Getting Started chapter and add source

github.com/survivejs/react-book - b2ff1387105e49386c23116f04afbacbf4f67e92 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Link to tools

github.com/survivejs/react-book - 11634d44f3d74639857be994e22e4e5286d20917 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Drop preface and merge the important bits with introduction

Extra baggage, boring.

github.com/survivejs/react-book - 90143d45388c3a6d55a058e51a57d323e450f675 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Ignore .DS_Store

github.com/survivejs/react-book - bd29a478f666a13295b82e64d21254a8ed9835a1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Drop markdown-pdf based generator

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]>
Attach license

github.com/survivejs/react-book - e0d360691cfc1bf0a56b65adcab553c9a9a9b600 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update cover

github.com/survivejs/react-book - e1a8db2aebd8f8e61bf392477382d9de73dd3500 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update description

github.com/survivejs/react-book - ea11801d0cc61c52cf92f8ae29de9c25d56ab6db authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Mention about lodash

github.com/survivejs/react-book - 95e16512170f787a52498377af399aa254017965 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Move to 2 level indentation

This works better in book format.

github.com/survivejs/react-book - ed91308f9e9b0fa4cdab7db025468e53323c349a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Drop optimizing development chapter

We will probably need to cover expose loader etc. somewhere still,
though. Maybe that should go ...

github.com/survivejs/react-book - 136bc79bafca8068fa980f9e4cdd52b08eed7149 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Push optimizing caching to asset chapter

github.com/survivejs/react-book - 6c9892ec1e09ad4f7fbc213e86a1e2eb825cf6f9 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Cut PureRenderMixin

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]>
Push hash bit to deployment chapter

github.com/survivejs/react-book - 13ee932c9fd02e90b7d9f5a1a6fb25fe2574e23a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Push authoring libraries to a chapter of its own

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 - 4522ca64a1939de33212efc8a311fc7e3b7454f8 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add brief intro

github.com/survivejs/react-book - 60eef118f9ca61cbc3323f16e9e9d2f988ea4709 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Drop CSS loading from Asset management

We already cover this at Developing with Webpack.

github.com/survivejs/react-book - fbbe72263525f33621d25af3a082e732c5be058c authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Push information about supported module formats earlier

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]>
Eliminate file extension bit

This is covered briefly earlier.

github.com/survivejs/react-book - cd7f6697508f29c042dd9e9e867371fe071c4433 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Move React chapter conclusion to the right place

github.com/survivejs/react-book - 639b48eef845f6fac6334dd464ab0e1df96e9682 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Mention about grunt-webpack and gulp-webpack

github.com/survivejs/react-book - 89be951f506c6c99a2d69382f9804ba060ca5282 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
BASE64 -> Base64

github.com/survivejs/react-book - 073d51e7462bbdcf2f1783f578a4fc066435c5cb authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add brief conclusion to the Webpack chapter

github.com/survivejs/react-book - 6883f3063cf1486bde9dda655d614c6f97a8fcb0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add a section about Flux

github.com/survivejs/react-book - b253cbaf1d29ea40ef658db95f1398125a720831 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Push PureRenderMixin to a later chapter

github.com/survivejs/react-book - 685479fff0de09348b54707438a625e46bb9ecaf authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Improve wording

github.com/survivejs/react-book - f1f362ea8446f7695ee793d07b01b156e534756c authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add a section about Flow

github.com/survivejs/react-book - 80f5bb156b22d767d147b6230c3da473c7c9b098 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add initial stub for Flow part

github.com/survivejs/react-book - f8261d73ea017a803650fef4dc43f971914905ed authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Improve formatting

github.com/survivejs/react-book - 5ca9fa1b726c500ca5e70c97c6b94b46220cf23d authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Drop bit on HMR

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]>
Simplify code

github.com/survivejs/react-book - 1776718e828ffef4c0b1a02efd25f20f83ce1d63 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add stub for PropTypes

github.com/survivejs/react-book - f3d8eeb7061e9b5a408dd6ba20c3493802c1710b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Drop optimizing rebundling

github.com/survivejs/react-book - cae2f540bd91f00cf3a82ec504b05cc104e82347 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Show how to remove todo list items

github.com/survivejs/react-book - cd07bf4b415b52180b79423403ab2bf38484c734 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Show how to implement editing for todo items

github.com/survivejs/react-book - 5650af6c958f0cda0d199020f456fcb4a7090c9d authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Show how to add new items to Todo list

github.com/survivejs/react-book - 2553f9ebe5eb83533007598166e24f51068fa8bc authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Show how to render a basic list using React

github.com/survivejs/react-book - febf9a758fcb9c9a62367f97813dd16284280201 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Navy is so blue, trying cornsilk instead

github.com/survivejs/react-book - 963efbc5dc6b3b4227165b15ee8cab5159696e76 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add section about ESLint

github.com/survivejs/react-book - 35e6e27af33f4d381099abdd9c34d1ae0bdaabd4 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Rename Hello as TodoItem

github.com/survivejs/react-book - 84d4a4afaa16e74672260fcb28cd83210c71dfa5 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Simplify configuration

For this to work I needed to implement a custom merge algorithm. Taken
further this might be abl...

github.com/survivejs/react-book - aad678e4d3201b782d94a8d15a9a28702fd69272 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add missing div

github.com/survivejs/react-book - 42b0d3d042890cab55d84a40359569b0dc56c8bf authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add a section about resolving JSX specifically

github.com/survivejs/react-book - e34e518bb0439388a4c1a0e94a397280625408de authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Merge some of HTML

Cleaner this way.

github.com/survivejs/react-book - e37e8e033dfccdde680d822576b39ff00997a4a9 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Remove `--hot` for parameters

This simplifies things a bit.

github.com/survivejs/react-book - ea2d53f1a55ebb0af711b38650aa8801d5cc755b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Rework the beginning of React chapter

I simplified this a lot and jumped straight to Babel. I didn't see much
point in retaining the i...

github.com/survivejs/react-book - d23d7f6e6c9248d75933815ba5c4ff8d014bf289 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add newline

Looks like leanpub needs this to render correctly.

github.com/survivejs/react-book - d2c992e702c01b0e3bf11c86fe0309dcc083c3a0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Expand Developing with Webpack

Now this starts to feel like a whole chapter. I discussed loaders in
more detail here though tha...

github.com/survivejs/react-book - f50e07b8480dc3ae6d0547689b9379fb53efe036 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Expand and make getting started more friendly for the reader

github.com/survivejs/react-book - 72b61d5b2533e97dfac08f9c3aae2cadb72751e2 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add comparison to Understanding Webpack

In this chapter I want to show Webpack compared to some other tooling to
help the reader appreci...

github.com/survivejs/react-book - a5fdebc0290cc7c94272ee32506d85850814c574 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Improve readability and add a brief conclusion

github.com/survivejs/react-book - 66eefdd92aa2e9cbd9a5d30aa9746b4ab7fdebca authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Redo preface

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]>