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

Fix trailing commas

github.com/survivejs/react-book - 35e404d9d8bd6b84003037fa5a2f26006e4e00a4 authored over 9 years ago
project source - Set up linter

github.com/survivejs/react-book - 3ae3fbd5c4ef282769794d9c7b5f3f1a50b4aca5 authored over 9 years ago
react and flux - Clarify gluing section

A little better now. It is very important to understand how the flow
works and what the differen...

github.com/survivejs/react-book - 858add253a9b57c1dd2106fff99762cbd273fa55 authored over 9 years ago
react and flux - Document how/why store state works

Closes #104.

github.com/survivejs/react-book - 73d9300fd7690602b1e7ca821563ca8aa5f83b18 authored over 9 years ago
Attach explicit names to stores

This is to protect against minification. In that case it is possible to
end up with id collision...

github.com/survivejs/react-book - ac0ada7dd631353b24d3b9e6c24c0c8a6048592e authored over 9 years ago
developing with webpack - Mention that it might be a good idea to set up linters

Instead of moving whole configuration bit here I decided to mention
about the possibility of lin...

github.com/survivejs/react-book - f3b82b321d402b30755381f654c425e67d092178 authored over 9 years ago
react and flux - Explain why `AltContainer` is used

Closes #146.

github.com/survivejs/react-book - 9a29fe05473924f23733ff3b9a1e3baf4c3988ac authored over 9 years ago
webpack and react - Explain JSX earlier

github.com/survivejs/react-book - cbe2ebb4118b4912eb389da56e5c71db5014c3a8 authored over 9 years ago
webpack and react - Mention suitable editors

Closes #143.

github.com/survivejs/react-book - 587f6f98ee52fb8615fac494c6578c5a0a7d0c19 authored over 9 years ago
implementing notes - Node -> Node.js

Just being consistent in naming.

github.com/survivejs/react-book - 0f327b4d2885a2cefa27dbdb2e514759c9c61b31 authored over 9 years ago
introduction - Make introduction more focused and add explanations

Now it matches the content better and should be easier to approach.

Closes #136.

github.com/survivejs/react-book - bd9f47e63fed015a196e45e25decabee06fac1e5 authored over 9 years ago
Filter out Leanpub meta from content

github.com/survivejs/site - 5909da471d3ce1360edb90363f27b4655578b8d3 authored over 9 years ago
linting in webpack - webpack - Webpack

Header looks a bit better this way.

github.com/survivejs/react-book - efc1179362ca28c0a4a7cd6ded5f9c9f649cf2c8 authored over 9 years ago
Drop backmatter

Appendices lose numbering... Better not to do that.
Frontmatter/mainmatter split seems to work t...

github.com/survivejs/react-book - 80bf2aff664f254d3f5368dc5ecc254dc2680d84 authored over 9 years ago
First go at front/main/backmatter meta for leanpub

Related to #148.

github.com/survivejs/react-book - 52d787dc3957910cea3b646b6774e35ccc7acebd authored over 9 years ago
linting in webpack - Drop `ecmaFeatures.jsx = true`

Looks like this isn't needed anymore. `ecmaFeatures.modules = true` has
to be set to avoid `use ...

github.com/survivejs/react-book - ad554af613cde7495d487bbffd02909823fefa49 authored over 9 years ago
Document expected issue title format

github.com/survivejs/react-book - a167780c848d58c8431d1cda013145b13af619a2 authored over 9 years ago
introduction - Add announcements section

github.com/survivejs/react-book - 7cd1a4da9e8de929bf2f1c4354dd8a0e5d8b71aa authored over 9 years ago
getting started - Fix index.html bundle reference

Closes #152.

Thanks @nii236!

github.com/survivejs/react-book - 3594664203c50f0c61876b10bf50fc96447689d8 authored over 9 years ago
getting started - Fix webpack output

Looks like this has changed at some point so better update it.

Related to
https://stackoverflow...

github.com/survivejs/react-book - a489ad626f683cb3861401326535bedfe3716a2f authored over 9 years ago
introduction - Mention about Stack Overflow tagging

github.com/survivejs/react-book - 02a9fa29751a9509c3786067999277ac88542c3f authored over 9 years ago
Merge pull request #11 from Foxandxss/blockquote

Make blockquote font color a bit darker

github.com/survivejs/site - ff483746d82a9fa1e4f8e4f1600b368022e58032 authored over 9 years ago
getting started - Drop an empty sentence

That didn't add much so removing.

github.com/survivejs/react-book - 944bbdf146d063d9701ae94a00caacb2236808d6 authored over 9 years ago
Make blockquote font color a bit darker

github.com/survivejs/site - 0f20d4cab7c4b554b46e4ded701ef58015c4705b authored over 9 years ago
introduction - Update acknowledgments

github.com/survivejs/react-book - fe1f586a7387876fabf2b28b8d4479a4a24708f6 authored over 9 years ago
react and flux - Drop "On Component Design"

Component design can get a chapter of its own. Now it just breaks the
flow.

Related to #109.

github.com/survivejs/react-book - 2bf1a46560838bbc5f0581cb5fcd52ffe66da22d authored over 9 years ago
from notes to kanban - Remove an empty sentence

Mentioning about markup doesn't make sense given there isn't any.

Closes #141.

github.com/survivejs/react-book - 83dd8cbc8a3f71d68bbb8a42a32f87140f598e8d authored over 9 years ago
Improve formatting

Now it fits the web and book layout better.

github.com/survivejs/react-book - 9e79ffdd26491f51add9bc24b2da75bb590e74d6 authored over 9 years ago
implementing notes - Remove redundant paragraph

No need for this one as it doesn't add much to the whole.

github.com/survivejs/react-book - 9877512e11cc6c09eaa088eb81a28e2f58e14fef authored over 9 years ago
Make sure project build files don't get versioned

There were a couple hanging around. It's better to generate these
dynamically when needed.

github.com/survivejs/react-book - 50d3b7992393c73443f02de60282ed70d2298154 authored over 9 years ago
Webpack -> webpack

github.com/survivejs/react-book - 2e7c3267fda575c3857f5f898aaccd1016bcab82 authored over 9 years ago
implementing notes - Push `addItem` binding later

github.com/survivejs/react-book - fa8134563189e432880d832829016316d29330f0 authored over 9 years ago
implementing notes - Assign unique ids when creating new notes

github.com/survivejs/react-book - b5a5cd33713bebf815a88b58c51f9e84facf5509 authored over 9 years ago
implementing dnd - Cut fluff from conclusion

github.com/survivejs/react-book - b539add77340a27ea566d3e686d02819006255ba authored over 9 years ago
linting in webpack - Update project

Fixed discovered linting errors while at it.

github.com/survivejs/react-book - 220b72a618790a4b19a3ee32dc56702578646a20 authored over 9 years ago
react and flux - Remove redundant code example

This bit became redundant given we solve it in the previous chapter. A
little lighter again.

github.com/survivejs/react-book - 924b6a09d2a307f4e2bda703e6b332efa3a2e3b6 authored over 9 years ago
implementing notes - Introduce findIndex earlier

This makes `react and flux` chapter a little lighter.

github.com/survivejs/react-book - 2a4c32bbc5c7d1160692ea714841d431c6e6e011 authored over 9 years ago
implementing notes - Remove redundant constructors

This can be added later in the chapter.

github.com/survivejs/react-book - 01e716c18ca285a09ca3b56f9611738ac68e7988 authored over 9 years ago
implementing dnd - Update source

github.com/survivejs/react-book - d7fad7093349eafc21d3113c7e1a22baa7611344 authored over 9 years ago
implementing dnd - Add dnd algorithm and expand conclusion

github.com/survivejs/react-book - 489b3158760ee96961e264e2186f2e172830b8f6 authored over 9 years ago
from notes to kanban - Render notes in order specified at lane

Otherwise dnd won't make sense.

github.com/survivejs/react-book - c599322b019f3dd3978cec97d9bf4787b5fadcbb authored over 9 years ago
from notes to kanban - Set up `notes` at `create`

This simplifies implementation somewhat. One less worry for dnd.

github.com/survivejs/react-book - 7487b62e3540ebd1bcfe830ca9596b32b24b0d92 authored over 9 years ago
implementing dnd - Add stub for logic

github.com/survivejs/react-book - 401b4b50163d0a8a31aeedeed2445f3e8f0d4f2d authored over 9 years ago
implementing dnd - Beginning of logic

Still need to implement actual dnd algorithm.

github.com/survivejs/react-book - 6641bfe5f2c6e64c3131dc59fa2adcbfe314585a authored over 9 years ago
implementing dnd - Simplify beginning of the chapter

Part of the discussion went away as the issues (ids etc.) have been
resolved earlier and won't b...

github.com/survivejs/react-book - 0231d94b09086c6b2821c2cd314cffcff3592f09 authored over 9 years ago
Update headers.json to match current structure

github.com/survivejs/react-book - 9b94f13f995aa4cdf9bad0e550701168b4849a7c authored over 9 years ago
Update source structure to match book

github.com/survivejs/react-book - de40b4ce4b3905a20e33963f1348eae5b19b8536 authored over 9 years ago
from notes to kanban - Update source

github.com/survivejs/react-book - 9eabe262567abf9eb0aec867a13a60bd6a4cce74 authored over 9 years ago
Push styling theory later

This will become an appendix. As a result the application gets styled in
Kanban chapter already....

github.com/survivejs/react-book - e6cf0ead10f5dfa6fb7d1e0c8d9bc2c2a2936775 authored over 9 years ago
from notes to kanban - Allow lane names to be modified again

github.com/survivejs/react-book - 92f653872e17818882e1538d0a14f8db48b8830b authored over 9 years ago
from notes to kanban - Discuss alternative designs

Thanks to @agmcleod for sparring with me on this! That was very helpful.

github.com/survivejs/react-book - 0e057751447c41f66040ff6cbef1309443d49805 authored over 9 years ago
implementing notes - Move id discussion here

It's a good idea to generate unique ids here already as it makes sense
to use them for keys inst...

github.com/survivejs/react-book - 11750e586a336a279dd48f279d3709d36cb01af7 authored over 9 years ago
Derive keys based on ids

github.com/survivejs/react-book - dc13de9b6d6f73e0963c85b3b0bfca716e536cef authored over 9 years ago
from notes to kanban - Implement index based relation between Notes and Lanes

This gets too complicated for my tastes. This might have to be split up
at least as a lot of thi...

github.com/survivejs/react-book - 555586c7a39e0d9448b8a49bc219062acffb0db3 authored over 9 years ago
react and flux - Add node-uuid

github.com/survivejs/react-book - 2a41fc9593e28b4fc6f3b17492690ef8f6fbfacf authored over 9 years ago
react and flux - Update chapter source

github.com/survivejs/react-book - 460848ea71a42e050fc0f3467e2289268663c223 authored over 9 years ago
react and flux - Move id discussion earlier

This will avoid rework later and pays off in the next chapter.

github.com/survivejs/react-book - 40094045d3ae9c7afed94aba28d758348c5b0f4b authored over 9 years ago
from notes to kanban - Sketch out id scheme further

This needs to be discussed earlier. Otherwise this single section will
require a huge number of ...

github.com/survivejs/react-book - 7b9bec50c2b2eb8c0b26ffb83efc14641d7ebb81 authored over 9 years ago
Set `target: _blank` on submit feedback

Better ux.

github.com/survivejs/site - 4bd4f4590a094d66dbdf993d4be8fad2046b4cd9 authored over 9 years ago
Tweak banner fixed rule

Now it's composite rule so it would be the first for sure. For some
reason just `.banner` didn't...

github.com/survivejs/site - 81c483259e95d947a197841d23d258c46a5dd89a authored over 9 years ago
Merge pull request #9 from Foxandxss/ribbon

Make feedback banner fixed

github.com/survivejs/site - 2ac5433470c2e4d92cc20f5f3693624b1eff6e0e authored over 9 years ago
Make feedback banner fixed

github.com/survivejs/site - 03597fa8b517aec6926151394d84162a43d414fd authored over 9 years ago
react and flux - Note why verb `remove` is used

github.com/survivejs/react-book - d30cff6b8b39dc1e13af58fec73981ecb3dda444 authored over 9 years ago
from notes to kanban - Explain how indexing will work

github.com/survivejs/react-book - a68ac2ecc4b6b96b5174e9caf6f269cdfc31dde3 authored over 9 years ago
implementing notes - Improve formatting

github.com/survivejs/react-book - d7a783e21be911ecddb780d56169d0a91db0050c authored over 9 years ago
Merge pull request #36 from hpurmann/fix_jsx_require

Fix jsx require

github.com/survivejs/webpack-book - 72c964cea6e67f34cdac2f3b9d26dce79941bcfb authored over 9 years ago
from notes to kanban - Redo beginning

Need to rethink the approach next and turn it into something index
based.

github.com/survivejs/react-book - a3b4f72564ab2471d33c080185e5d792f8d7c2b9 authored over 9 years ago
Update source for chapters 6 and 7

Still need to rework chapter 7 source partially to make this work
properly again. The idea is th...

github.com/survivejs/react-book - 2340919bc815df1ae48523b1cd66a00077dc8d12 authored over 9 years ago
react and flux - Expand on connection decorator

github.com/survivejs/react-book - 617563e6617f881350f6d8248fef98f9832187ef authored over 9 years ago
react and flux - Remove redundant hoc bits

Jumping straight to decorators instead. HOCs don't add much value here.

github.com/survivejs/react-book - 5156d80e2f0330ebbb35d1bc894fcb1ad28f734e authored over 9 years ago
react and flux - Add escape hatch for persistency

github.com/survivejs/react-book - 061389719906b3b0a02b13b3b8df8f03e9388be2 authored over 9 years ago
react and flux - Simplify persistency section

Now the solution relies on Alt utilities and scales far better. I expect
this will simplify late...

github.com/survivejs/react-book - 99f9f7a35a935d2faa19d423f4b1c101946a38af authored over 9 years ago
Fix indentation (4 -> 2)

github.com/survivejs/react-book - 6b1019dcae50f349ceb3f857a3f69b619ad7837c authored over 9 years ago
Rip out flowtype bits

Good riddance. These will come back again in a separate chapter (after
linting).

github.com/survivejs/react-book - 13ecdd96aa04256191c25aa5e06c664328ff161a authored over 9 years ago
Push persistency to store level

The current solution isn't ideal as Alt isn't flexible enough yet.

Related: https://github.com/...

github.com/survivejs/react-book - 26e7eef9589cacebb4c658d993dc0cbef62caaaa authored over 9 years ago
react and flux - Explain why/how flux is set up with Notes

github.com/survivejs/react-book - a9f21b20ad3da2b25d5aaa285cd24266c65458ff authored over 9 years ago
react and flux - Add more information on dispatching and design

github.com/survivejs/react-book - 8d0bcc3513a6dc8f91c7990df78be0fc9de2576c authored over 9 years ago
react and flux - Drop Relay bit

It is better to discuss Relay in another chapter. Just hurts the flow here.

Closes #103.

github.com/survivejs/react-book - b8015b424cd20dfea131cb403e8e4a0c0618741d authored over 9 years ago
react and flux - Redo intro

Now it's more to the point and hopefully easier to follow. This should
motivate the usage of Flu...

github.com/survivejs/react-book - a82ee56595fc90a4124f4ec82e2083a0805c2015 authored over 9 years ago
react and flux - Clarify concepts

github.com/survivejs/react-book - d5019140ff77ef7cd4be7f0153da2c5a7bd870b8 authored over 9 years ago
react and flux - Expand on localStorage

github.com/survivejs/react-book - 870068077bfba169f1b8b3456c84b007ee46525f authored over 9 years ago
Remove redundant comment

github.com/survivejs/react-book - 41028b1dec7689af90127cde95c20a3bab1eca6a authored over 9 years ago
Merge pull request #8 from Foxandxss/readme

README rewrite

github.com/survivejs/site - b025ab4fd6566d7269059d1d569e9d91e4609955 authored over 9 years ago
Merge pull request #137 from Foxandxss/patch-1

Update build_all.sh to include NPM dependencies

github.com/survivejs/react-book - 515fe8bbed459b74687f4078c30555041811f0ec authored over 9 years ago
Update build_all.sh to include NPM dependencies

It defeats the purpose if an user needs to go to each project to install the dependencies. Usefu...

github.com/survivejs/react-book - ad6ea67d73539020195ce840b01ab44a6b9e1f67 authored over 9 years ago
README rewrite

github.com/survivejs/site - 91b20fe3f2cb9cf2402e07d2db1aa0e420a9ca1e authored over 9 years ago
Merge pull request #7 from Foxandxss/banner

Add the section name when creating a new issue

github.com/survivejs/site - 1eaa29834f75d1d1196f4ebcadeef4ac902cdc2d authored over 9 years ago
Add the section name when creating a new issue

github.com/survivejs/site - d253d93aba7dabd3a1e302596625cf1d084fe541 authored over 9 years ago
implementing notes - improve sectioning

Now initial data model goes to a section of its own. This should be a
little easier to follow.

github.com/survivejs/react-book - d9d8e10c28bcce7eb09e0e2171512c232110caf0 authored over 9 years ago
Add @Cheerazar to acknowledgments

github.com/survivejs/react-book - 35803abbae039b942ef453c94370c1b5c7a30bc3 authored over 9 years ago
Merge pull request #134 from Cheerazar/update-getting-started-bundle-path

Update path to bundle.js in 02_getting_started.md index.html file.

github.com/survivejs/react-book - 708431e7e1d55a823eb9cb4f8682fd14b63607a1 authored over 9 years ago
Merge pull request #133 from Cheerazar/patch-1

Correct formatting of JavaScript in introduction

github.com/survivejs/react-book - 3528920066b1abd1e024f574f4722c82eb409345 authored over 9 years ago
Update path to bundle.js in index.html.

github.com/survivejs/react-book - c343c6ce1d5e865aa77001ba0ff9cdb87fbd0a26 authored over 9 years ago
Correct formatting of JavaScript in introduction

Change Javascript to JavaScript to match formatting in the rest of the 00_introduction.md.

github.com/survivejs/react-book - d5684e418009f71624884dd9535f5857403707cd authored over 9 years ago
implementing notes - beauty pass

Improved chapter flow. It should be a little easier to follow now.

github.com/survivejs/react-book - 4a433e82f03d7c31efc13311cb2ab3cbdd638e02 authored over 9 years ago
webpack and react - quality pass

github.com/survivejs/react-book - ed92b5a9f47ad2778e035652e2f32820a8b956c7 authored over 9 years ago
developing with webpack - quality pass

Better flow, removed some cruft.

github.com/survivejs/react-book - d607096815dfa92ba97f31a9810cc03b5c1ab6b5 authored over 9 years ago