PinnedFrontend Master·Dec 24, 2021Why async await not work in forEach ?I recently encountered a scenario where I was using async await inside forEach, but it was not working inside foreach loop.A response icon1A response icon1
PinnedFrontend Master·Nov 28, 2021catch errors in async/await like a proThe main reason of using - async await makes our code look like synchronous 🐼 - clean code 🧹A response icon4A response icon4
PinnedFrontend Master·Dec 22, 2021React Worst Practices — The BeginningHello World 🌎A response icon18A response icon18
PinnedFrontend Master·Nov 28, 2021__proto__ and prototype in JavaScriptHello World 🌏A response icon1A response icon1
Frontend Master·8h agoDid You Know Fetch Can Wait Forever When a Server Does Not Respond?JavaScript Fetch Timeout and User Cancel: Stop Requests That Wait Forever
Frontend Master·2d agoReact Folder Structure: 7 Ways to Organize a React App (And Exactly When Each One Breaks)Flat, type-based, feature-based, Atomic Design, domain-driven, Feature-Sliced Design, and monorepo, compared with real trees, real…
Frontend Master·3d agoHTTP QUERY: The Method That Finally Lets You Search With a BodyA friendly, complete guide to RFC 10008, the problem it fixes, the old hacks we lived with, and when you can actually start using it.A response icon1A response icon1
Frontend Master·May 24Barrel Files in JavaScript: Pros, Cons, and When to Use ThemA plain English guide to those index.js files that re-export everything. What they are, why they can quietly slow your build, and how to…A response icon1A response icon1
Frontend Master·May 20Finished React? Don’t Rush to Next.js or Node — Learn These 10 Fundamentals FirstThe skills that separate a React developer from a frontend engineer. No new framework required.
Frontend Master·May 17Stop Lifting State Up: 6 Better Ways for Siblings to Share State in ReactWhy “lift state up” is great pedagogy and bad architecture beyond two levels, and what to do instead with Context, Zustand, URL state…