2 bash scripts for every Javascript/ Typescript package
I always have these 2 scripts for any javascript-based project. They make versioning and releasing new versions of packages a breeze. The scripts take care of »
Testing Accessibility with React and React-Native
testing-a11y simplifies switching your app between test and accessible modes, stops the temptation of hard-coding selectors for IDs and makes the whole thing much more simple. »
Relay Modern - Easy Polling
Relay & GraphQl offer the ability to listen for updates via subscriptions. This can be a very powerful tool for creating a real-time collaborative application. Subscriptions »
Redux Form v6 Dropzone Example
I've updated my Dropzone example to work with v6 of redux-form. It's on github at dropzone-redux-form-example. The v5 version can still be viewed at 40cc8b1700b8c70e4c8dca67851089a938026396. This »
Running Semantic Release Locally
Semantic Release is a great tool for managing release versions, and auto generating a changelog/ or github release notes for you software based on your commit »