Coding
Posted in Coding
- Solid for React DevelopersA shallow dive into understand what makes Solid fundamentally different from React
- Modeling React in XStateCan XState state charts improve your understanding of the React render cycle?
- What I learned at DistruAs I leave this amazing company, I want to share a few of the things I learned.
- Creating an Observable Subject in ReScriptCreating a Subject is a good way to test your skills in a new language.
- A reducer is a single-state state machineIf you write a state machine that only has a single state, but modifies its context, what you've created is a reducer.
- Finite State Machines in ReScriptReScript's strong typing makes it especially well suited for defining Finite State Machines.
- Should we follow Observables?If all the social media platforms are moving from "subscribe" to "follow", what do we do to Observables?
- Open Source SustainabilityThe status quo in open source is broken. Corporations profit hugely from open source libraries, and give almost nothing back, which leads to burnout which is bad for everyone.
- ⏯️ AudioCard — The React audio player designed for podcasts and Twitter cardsEngage your podcast audience on social media with an in-Twitter player!
- Introducing… 🔒 Blockchain FormFrom the guy who thought putting form state in Redux was a good idea...
- 💡 IDEA: JavaScript Compatibility as a ServiceWhat if javascript bundling happened at the CDN?
- Getting a Promise from Redux Actions"Great!", you’re thinking...just what the world needs: another blog post about Promises in Redux! Don’t leave yet; this one’s different.
- 🏁 React Final Form HTML5 ValidationYou can now get native HTML5 validation functionality by substituting your Field component with one from react-final-form-html5-validation.
- Declarative Form RulesHow can I update field B when field A changes from X to Y?
- Focus On Errors 🧐Without a doubt, one of the most common questions I hear from people using my forms libraries is, "How can I focus on the first field that has an error?"
- 🏁 Final Form — Decorators, Calculated Fields, and WarningsTwo examples of how powerful decorators and mutators can be, when combined with the subscription-based paradigm of 🏁 Final Form
- 🏁 Final Form – Field Arrays and MutatorsExtending the core functionality of Final Form
- 🏁 Final Form – AnnouncementThe road to the checkered flag
- Redux Dead DropAsynchronous Communication Like A Spy
- The HOC Drill PatternDrilling props through HOC-wrapped components