React tutorial on adding a minimum loading delay to prevent spinner flickering when fetching data, using a throttle hook.
Tag: React
Tutorial on using Google Sheets to manage i18n translations for web projects (React Native focus), with a Node.js script to generate JSON files.
Implement a custom titlebar in your Tauri and ReactJS application, including handling window controls, translations, and ensuring rounded corners on Windows 11.
This post provides various tips for React development, covering topics such as optimizing state updates with objects, using React Fragments instead of redundant divs, defining props in component parameters using object destructuring, organizing Context Providers with a
Providers.jsx
component, checking variable types, using a useCookie
hook for simple storage, understanding the purpose of useLayoutEffect
, using useRef
for persistence, and ignoring variables from array destructuring.