RPRiki Phukoninrikiphukon.hashnode.dev·Feb 12, 2024 · 4 min readSetup Storybook for your React projectsTesting components in Storybook. For more @see [BinaryDreams](https://bndr.rkph.me) In modern frontend development, testing components in isolation is crucial for ensuring code quality and efficiency. Storybook is a powerful tool that facilitates thi...00
RPRiki Phukoninrikiphukon.hashnode.dev·Jan 23, 2024 · 3 min readHow I start my React projectsImma be quick and succinct to save you time. Just follow me verbatim… yarn init: I feel that yarn is better. Also, Yarn performs parallel installation. Prettier Config: Using a Prettier configuration is a good practice for maintaining consistent co...00
RPRiki Phukoninrikiphukon.hashnode.dev·Jan 3, 2024 · 7 min readwtf is a MONAD?!A monad in X is a monoid in the category of endofunctors of X. I came across the term MONAD in a meme and when I googled. The above sentence was what I got. Not very helpful when you’re trying to learn about monads in functional programming isn’t it...00
RPRiki Phukoninrikiphukon.hashnode.dev·Dec 15, 2023 · 2 min readHow I write Commits like a proCrafting effective commit messages is a hallmark of experienced developers. Embracing the Conventional Commits specification stands as a beacon for structuring commit messages. It’s not just a guideline; it’s a pathway to a clearer commit history tha...00
RPRiki Phukoninrikiphukon.hashnode.dev·Nov 19, 2023 · 3 min readHow I Structure my React ProjectsEver dreamt of a React app that chuckles at bugs and scoffs at spaghetti code? Let’s embark on a journey to create a React app so robust it could survive an apocalypse of bad coding practices. In those novice days, my code resembled a wild creature —...00