Case Study of a React SPA inside a Vue SPA with Shadow DOM
Working as an army of developers divided into 10s of feature teams, one of the big topics in our company is to move to a micro-frontend… (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. Read more