Patrick Smith
Patrick Smith
For example, `addPhoto` would become `onAddPhoto`
See https://github.com/RoyalIcing/react-organism/blob/master/src/multi.js
Should the methods to change state be called handlers or actions?
Running tests via `npm t` hits a `regeneratorRuntime is not defined` error. Not sure if we need to change how `node_modules` are processed or somehow tell Babel to just keep...
https://github.com/rackt/redux/commit/def86ae9af3b85259d167913b7eb81e677c5cb05
Hey! I saw there’s a new version of Rustler, so here’s an update to it. [I believe it’s just a bump with minor changes.](https://github.com/rusterlium/rustler/releases/tag/rustler-0.30.0) I can make it in a...
SVG’s ‘viewBox’ attribute was being converted to the lowercase ‘viewbox’, which browsers don’t like. Resolves #8. Note I cannot run / update the test suite! It complains: ``` I cannot...
Instead of doing: ``` guard let data = representation.representation(using: .PNG, properties: [:]) else { return nil } guard let image = NSImage(data: data) else { return nil } return image...
To make an accessible but visually pleasing website, we often need to add a `visually-hidden` (or sometimes called [`sr-only`](https://tailwindcss.com/docs/screen-readers)) CSS class. What it does is allow it to be seen...
Creates: - [x] pages - [x] components - [ ] molecules? - [ ] `` Has support for getInitialProps, where JSON assets can be downloaded and converted to props, and...