Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/survivejs/react-book

From apprentice to master (CC BY-NC-ND)
https://github.com/survivejs/react-book

Make attribution links stand out less

60df1461270c78b467c7cd68d884b44b66e47c4c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add stock imagery for each chapter at site

Looks a little better this way.

72e3ca47b045c950f719dcf2befeebf04d05f375 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Mention `eslint-config` and `standard`

784a6e5784d09052088dd46763e592290b6e40c2 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove beginning slash from image links

One less Leanpub warning.

84f58528a7040e6fc7397400b3d2e7435366d200 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add snippet about CSS Modules

33030e33df9ae6634a66fe0f30287cd9e9cb41aa authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add more info on methodologies and preprocessors

7e224fb93bf3b85de01d279532288aa8204edcc7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up ExtractTextPlugin for demo

5dc813170f79796a6a32742632e946520eb3e974 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up example for styling chapter

bcf2f5034f9bb941a1624307da1248408a07c0fb authored over 9 years ago by Juho Vepsalainen <[email protected]>
Improve styling intro and tweak classes to match text

60219de90d8fe8405fb8e71f69aa92d6ef7134cf authored over 9 years ago by Juho Vepsalainen <[email protected]>
Extracing -> Extracting

2c708ba8d64c30bed15ad5caa057f28563428c6b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add missing trailing commas

It should be more consistent now.

Closes #56.

0f1135cc8936e71673a6188103d9b6855a84d798 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update progress

aca0eba2b256303ad1abfbc66a45d1126ce207c7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Show how to turn lanes functional again

80860f777164e3eab6394fcee8e6011f0243f5c6 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add note about updated storage

Might as well fold this bit into the original implementation of storage
to save some space.

750dc781233320c04c75afa67e1e8792cc37f6b4 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Use more sensible import ordering

4c6789b162ec13cedfeb59387d1ae0eec0aa1a6f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Drop redundant code

7f34c8bf94c8583bb05e3516c40ab90032955ba0 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push storage bits to storage module

06d3cbdbb64de86f90b0a9f765d644400b4bc7a2 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Tidy up

Just needed some way to share that storage name. Probably not the only
way to do this.

1314a2a403ae425711f645b442ceb5d6dfeba9ab authored over 9 years ago by Juho Vepsalainen <[email protected]>
Restore persistency for lanes

Still need to clean this up

e822c4f091ba559e5a2eb437dd2e35eb32f02a10 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Eliminate getOrCreates

Depending on lane order index for `NoteActions` will likely get
problematic at some point (reord...

c7a70e130afa0b2c056376daa6556cfd9b6d21b0 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push Note actions/stores to lower level

edb010bb6deb4bef585be86397afbac0c6fa6faa authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push persistency handling on a higher level

Still need to figure out a neat way to make this work for NoteStores.
The problem is that they g...

577c941836cb712eaba99d230fdbe3aa61b48365 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push Note action/store management to higher level

No need for `AltManager` to complicate things. We can get away with a
single alt instance after ...

d8d3038977a9dc08243017d9f750fa61b060a06d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Show how to model a Lane

6b03bb56a97aa91aeabcf058fc8f15eb4e4ee84d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Tidy up lane markup

0da7df07198c633d447b10af4ca990e2c660e00b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Patch @persist to be less specific

Less coupling, easier to tweak.

6db9bd5ce2276f022bc82f8e1efa2b4b4bf95fb8 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add XXX

56467452a49bd044c2c0366c235cce3af960ad76 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push persistency to Lanes level

A bit neater but not ideal yet.

82ad9f7858b090a3c11f4e3d010bb94fd4226e8b authored over 9 years ago by Juho Vepsalainen <[email protected]>
First stab at Lane level persistency

Need to clean this up.

01da8bfe333d4bb3b360448d293db6a7029d6f7e authored over 9 years ago by Juho Vepsalainen <[email protected]>
Attach notes to individual lanes

Still need to improve store handling (multiple Alt instances are
needed possibly).

76b2151b6d3bad4c7a6917720790eec7f269408c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up AltManager for Lane

74e63216d52fdb6329da1e84a2ecea54be735e78 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add a stub for new example

96903a729df55faf225411030cdc417ac2ea47b7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add stubs for Lanes and Lane

Still need to connect with Notes and deal with instancing.

e294218345533336c775593f23c8b72788a76048 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove old examples

Going to replace these with better ones.

939224f932f55afde06b9e4c49f1df8c168ae970 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add persist TODO

Need to make this work for notes too.

73b18410ce344b1e1a8be1337162d88ff0edb43d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Drop debug print

ffd5ebb73e84c488bc304d793a6d382237229eae authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove redundant actions

d64b5454264fa3a4993cc5f95f7c782c773989af authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add @danderu to acknowledgments

0a2050c78967eddbbd28dcdf0be051db41403d2d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #55 from danderu/patch-1

the .tpl configuration is not needed anymore.

64b739f669ed33ff94ea02dffaa415424b28be2c authored over 9 years ago by Juho Vepsäläinen <[email protected]>
the .tpl configuration is not needed anymore.

It made the build fail :)

130456df750e6f868e948d0c2ced0e08e6816fee authored over 9 years ago by Daniel de la Cruz <[email protected]>
Fix book generation script

Had that pointing at Antwar (site generator). Oops.

Closes #54.

61d209ae9b930072aa57cba8669a8782bdeb561c authored over 9 years ago by Juho Vepsalainen <[email protected]>
ESlint -> ESLint

14fb6c15a7fddde1b76dbfde41a1ebf713e056f1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify html-webpack-plugin configuration

No need for extra `dev-server/index.html`. html-webpack-plugin can
generate that for us!

Thanks...

a377c6c971e35202dbba0953a3b112f1cc9135ae authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify html-webpack-plugin section

No extra template needed. Simple is good. Now app element gets created
dynamically. I do still m...

f65fcaea8c58c01e398671995a3d9baf0cd916d3 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push dist-modules bit to preversion handler

915000a63e46e822d530d3d8a7551331c3ef063f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Link to license

8b3ec17a1d1eb605cd79f1c885ed40c45d0f3a87 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update preversion script

Better commit that dist. Otherwise `npm version` will fail.

ca68bc5d1aaa62cc820034c69c9acf9be638271c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix formatting

511ecf276e550ad293068d9fe29716521f0db7eb authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove redundant styles

d6c461c537a8b82b60d185f9c943bf2ff51db2a2 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set default color closer to header image

867af12420dd504bceaa2675a9efb09c38658b14 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify license field

1ae6ee0eed1ee862316d939f79877bc4dc368c7d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Style tips and warnings to look better

Closes #49.

c0252305611368a457d66383c7228cd3c66c2577 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Replace commonmark with marked

It's easier to shape content with marked.

5b45aa1813a50107e87a3b33051f8ac942c2011b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Drop XXX

Fixed now.

29b8dfc43ef5517d5f1879fb03b0d8e3c66b18bc authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update configuration to match current Antwar convention

a7823eb9876463895be3b182bd3b3ba1314d3a8a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update package.json

Just dropped some redundant stuff.

a10415fb11a78ff8ecbe7882fd3a60cdd9928796 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update Antwar configuration to match current convention

b125bba8439584d977cce5d23b59e4c35cfe4ac8 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update navigation url config

20c7b79ca3b67f3dbba83a9542d6df2993fecefd authored over 9 years ago by Juho Vepsalainen <[email protected]>
Radium supports ES6 now

df9781b56e853616c15d870a3926fdb31d07c1be authored over 9 years ago by Juho Vepsalainen <[email protected]>
Separate skipping rules into a subsection of its own

Better structure this way.

8d37c832ff55f443bb312a02677b30b9ca34e580 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add context to customizing ESlint

Closes #43.

6c0b41c94aa8cbf1ce7bb12b611c9f0d95bd9ad4 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Drop chapter 10 example

Need to redo that anyway.

602c4fbc45581162f2633dbd78a69bc42bbe76cb authored over 9 years ago by Juho Vepsalainen <[email protected]>
Attach colors to dev server output

Closes #44.

19d66f8087fb7b53826e000858ada954ca9924bf authored over 9 years ago by Juho Vepsalainen <[email protected]>
Split paragraph to improve readability

59248ccfb1f8afde286ac3604faa8fa0c6a3d959 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add nice `npm version` hook to demo

This way a dist build gets included in the version commit.

c9f96b70d2cc83c2d7f00e5944797c493e44b470 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove flow typing before flow is discussed

Closes #46.

e19c3c88c60671c4e64ea2bd5a9ff50addcb66fc authored over 9 years ago by Juho Vepsalainen <[email protected]>
Mention JS AST Explorer

Closes #47.

ea46a579e0dae2a7576fb27762dae4458c903f3c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Match the promised structure at Book.txt

Ie. excluded extras since those won't do any good in the build.

3fa6523faf55171e950ee78998f4a1af5b232dc2 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make responsive layout work a little better

No cropping, more readable.

Closes #48.

8f5b84d9e25a7de2f299a1d533f12a080fd309c7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Move front.jpg below manuscript/images

b720197b2d93972bf78f35c6f7a9678c56371445 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Index tweaks

Thanks James!

fb7beeb0c47212607d8b612a5b8417860d42b28a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add a tacky tagline

4c34345b035bef4b8a4451149bf31a5f70125edf authored over 9 years ago by Juho Vepsalainen <[email protected]>
Hot fix for ToC

af90abb914baa6d953f74e7d0e8a0a1eac182271 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Copy CNAME to output

1bf93158c7be5f96c36579a75b1c924e7d325ee8 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix previous and next urls

These need to be relative.

d57c8ca87d5cdd20037d092e5152e29b7c116faa authored over 9 years ago by Juho Vepsalainen <[email protected]>
Absolute -> relative

f3d8261b986afd1fbfccfafe6d4f64ab171a452e authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix absolute links

It's better to use relative ones here so the site works beyond root.

4680d0d767a3ee242c30a3765ec33c133314ad59 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove redundant url config

The default url config is enough. No need for this.

02fb21ff717b5455e722f0c3fd6185128f23bb20 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Show page titles at prevnext links

f190dff14e95ef34c60591d79734f6ebaef5a032 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Use ascending sort

This makes more sense. Now prev/next and TOC work sensibly.

8d54b1a387f188e2d1f64b65246f4f3e923a730e authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add prevnext links to content

8b823a1c420c4c96a14d3acf89a19c7b9174711b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up code highlighting

e8228e5395991b03b334a5e7b0ecfa0220b5141c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make image size sane

60ceb4645c64c6d6aa13457ef2ea6fadb1b5b9a9 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix images on site

Now Antwar knows how to copy those in the correct place.

668b0f0e9eedc1041c5a0a39bdb13c9da7849c2c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix section title

86990c6b41a391b4d88bf7b465244dfc39210866 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify default styling

6aa110b71613f862b8204cee028956f8cc8b0fde authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update blogTitle to something nicer

This needs to be generalized later.

ce9dcb44ac0b9a4adf0ad2088df697b5ae43e3e2 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Move path configuration to a better place

cf5380248d7c1b8cf205111e1b80ee841ab26f68 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove redundant files

93ae9d9a00811e24b3246eb733e689dd837d9584 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up initial sorting function for the book section

Note that this works correctly only for build. Due to fs dependency it
gets nasty in browser. Ne...

d326f59658c63bccd9383156a335669db8c41774 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make default style a bit wider

Note that mobile needs work still (media query etc.). At least it's
readable on desktop now.

6b551ae98e49ef8ddf6add4fa3ebb908b2c866a1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make it easier to configure preview length

019920891f6ee86ef294d9b477f8fe4121fb95a1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Replace fs operation with `raw-loader`

Way nicer. Now development mode works again.

86236f0fecdfe02a1ed2020df3588028a55c3254 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make custom styling work

a86ea65aa8d572d5bf1bd45d5f72cb983a3ebe9f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Define default url

49077125a9c4873f526b31f16d8b0d5b8ae4a0d5 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix book link at index

1ecc9754b010f59c20e2d0e1056bee23a518bfe1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add initial intro text

e2a389ae4f0bb80b42a848fe3ca0398e4aea3b77 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add some initial content to the landing page

8527807d3c1594e9f7865d575f3faa8c9b9c3d43 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update path configuration

46750d77bfc33e3a7381a3c7afcc69ebec9ff908 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up a nice header image

745406f9767d2f77e7fa15fee5d402f856280fcf authored over 9 years ago by Juho Vepsalainen <[email protected]>