Redux is a state container for JavaScript apps. It can be used with any Js view framework / Library . But it’s most popular because of its… (more…)
Read more »
useRef is well known for get access to DOM elements. However, it can also be used as a way to keep a mutable value around within a component. Similar to useState that doesn't trigger a re-render. Read more for a deep dive on useRef. (more…)
Read more »
vuedux - Familiar Redux bindings for Vue.js, inspired by React-Redux.
Read more »
Many people are familiar with using React refs to access DOM elements. import { useRef } from 'react'; function MyComponent() { const... (more…)
Read more »
Let's take a look at Hoodie, the "Back-End as a Service" (BaaS) built specifically for front-end developers. I want to explain why I feel like it is a well... (more…)
Read more »