aweary / react-copy-write

✍️ Immutable state with a mutable API
MIT License
1.79k stars 54 forks source link

Fix syntax errors in README #25

Closed qm3ster closed 6 years ago

qm3ster commented 6 years ago

Personally, I'd refactor all of the const filteredPosts examples to chain posts.filter().map to get rid of the explicit {return}, but these are the minimal changes (except consistent semicolon at the end) to make the examples actionable.

aweary commented 6 years ago

README has been rewritten (a few times), so this is no longer applicable. Thanks though 👍

qm3ster commented 6 years ago

Oh no.