My VSCode Setup – Plugins, Icons, Fonts & Theme
Some useful and interesting Visual Studio Code extensions and add-ons that will spice up your development experience. Operator Mono font with ligatures for VSCode.
Some useful and interesting Visual Studio Code extensions and add-ons that will spice up your development experience. Operator Mono font with ligatures for VSCode.
Learn how to build and deploy frontend applications to AWS S3 automatically when you release a new version using Circle CI and Circle CI Orbs.
Learn how to implement undo/redo functionality in a redux reducer using Immer – an immutable library that generates patches and inverse patches that allows us to move back and forth between the changes performed in the redux reducer.
Learn how to use rxjs and redux-observable to manage WebSocket connection with logic to handle reconnection on connection failure, sending and receiving messages.
Writing clean and maintainable large scale react application using redux for the state management, immer for immutability, typescript for type safety and redux observables for handling async actions.