SJSeongeun Joinscrumptious.hashnode.dev·Jun 14, 2023 · 3 min readWhat I learn today coding with ChatGPTStruggle: You were unsure about how to filter the FAQs based on the selected types and display only the relevant FAQs. Solution: To address this struggle, I suggested using the some array method in the selectedTypes.filter method. The filter method c...00
SJSeongeun Joinscrumptious.hashnode.dev·Nov 10, 2022 · 1 min readnext/dynamic vs. React.lazyReact.lazy React.suspense next/dynamic When to apply lazy-loading My Thoughts: who won? React.lazy won why? like to have components inside component00