Published onFebruary 10, 2024What is a Fragment `<></>`?reactJSXA React Fragment groups multiple elements without adding extra DOM nodes.
Published onJune 29, 2023Fixing the Unexpected use of 'location' errorreactUse window.location instead of location.
Published onMarch 26, 2023What is the difference between using {} and not using {} in import statements?reactjavascriptImport the default export without {}, and use {} for named exports.