One of the overlooked fallbacks of useEffect() hook
99% of the time we don't need access to component lifecycle methods but when we do, we wished we were driving a manual transmission car instead of automatic useEffect()
Notes, experiments, and opinions from building full-stack apps with TypeScript & React, and more!
99% of the time we don't need access to component lifecycle methods but when we do, we wished we were driving a manual transmission car instead of automatic useEffect()
Main AI technical concepts explained in a beginner-friendly and clear manner
Is SSR Data Fetching really faster if we have to wait for it to be finish fetching before sendind HTML to the client?
Fetch or Axios? A built in API or a third party library? A smaller bundle size with less feaures or a bigger bundle sixe with more out of box functionalities?