PDPritam Debnathinp2builds.hashnode.dev·Nov 11, 2021 · 5 min readKeeping up with your Promise()Promise is an object whose value we don't know currently but will know in the near future. Now I am well aware that this sounds a bit off, but hang on, this will make sense after this example. Let's say I promise to make a burger for you and currentl...00
PDPritam Debnathinp2builds.hashnode.dev·May 15, 2021 · 2 min readComponents in ReactJSA not-so-deep dive into a difficult topic of component. When I started learning React the first new term I came across was component. It is the first thing one should learn about. Basically, a component is a Javascript class or function that has pro...00
PDPritam Debnathinp2builds.hashnode.dev·May 15, 2021 · 4 min readHooking up with useState and useEffectI am back in popular demand with a second blog; having Vietnam flashbacks; about the usage of useState then we'll jump to useEffect once your boi has butchered useState. useState hook When do you use useState? Lets say you want to change the content ...00
PDPritam Debnathinp2builds.hashnode.dev·May 13, 2021 · 2 min readA month in ReactJSThis started on the morning of 10th of April, I was yet to watch Tanay's final video of neoG level 0. This is the video My phone buzzes and checking my phone I see that Tanay made an announcement in his discord server, providing a link to a tutorial ...00