Our whole setup involves multiple micro-frontends powered by single-spa and React configured to share libraries via dynamic imports using systemjs import maps. After updating to React 18, we encountered the […]
Category: React
React TypeScript – Props not recognized when component is wrapped in some high order components
It is so annoying when you developed your component nicely but when you need to wrap it with some high order components from some cool plugins, props suddenly doesn’t get […]
React/Expo Uses the Incorrect IP Address in Windows 10
My setup is in a Windows 10 machine with VirtualBox installed with a Host Only Network added by VirtualBox. Every time I run expo start it always picks up the […]
TypeScript – URLSearchParams iterator typing issue
In a certain React course in Udemy, I encountered an issue on React and Typescript where an iterator does not work the way it is shown in the course and […]
React + Redux – Component not exported or Redux not connected
Hey there, I’m a React and Redux newbie and the annoying issue I’ve encountered is when you connect a component to Redux but the actions are not injected into the […]