ErrorBoundaries, Hooks & Class based components
Use higher order component to consume a hook in a react class based component…
Use higher order component to consume a hook in a react class based component…
Raw notes taken from the Build 2021 conference in May 2021…
A look at the React Context API and why I decided against it and used Redux on a recent client project…
Raw notes taken from the Build conference May 2020…
Settings for Windows Terminal…
Install VS Code from scratch and set up for web development using React…
The Azure team have put together this really great tool - called AutoRest - that can generate a client library for a Rest based API using a Swagger document. Fire up a command prompt, pass AutoRest.exe some parameters and like magic you have an instant library in your language…
Another app I was working on recently needed to fetch the current date but also be in the correct format depending on the location settings found in Settings -> Time & Language -> Region & Language -> Country or region in Windows 10. The following code did…