Stephen J. Luledger.stephenjlu.com·Dec 18, 2024How I made a new portfolio website with the help of GitHub CopilotI decided to revamp my old monochrome, text-based website using React and Motion. Despite initial challenges with learning React, component-based architecture, and a deeper understanding of TypeScript and JavaScript, tools like the React Tic-Tac-Toe ...29 readsReact
Stephen J. Luledger.stephenjlu.com·Dec 5, 2024How I made a basic menu bar with React and StorybookIn this article, I detail my experience transitioning my personal website's menu from HTML/CSS to a React component-based UI using Storybook. I describe my design goals, including maintaining a similar style, adding animations, and managing active st...85 readsReact
Saurabh Mhatresaurabhnative.hashnode.dev·Dec 1, 2024Importance of Storybook in React App DevelopmentWhen working on enterprise-grade applications we often have a separate design system and well-defined rules about component usage throughout the entire application. This helps in making components consistent and makes it easy for new developers to co...Storybook
William Kanthe-dog-can-blog.hashnode.dev·Nov 29, 2024How to Set Up a Storybook Twig/HTML Library and Deploy with GitHub ActionsYou can host your static storybook library using GitHub Pages and their Actions deployment solution for free. Here’s how I did it: Project setup and caveats This is a standalone storybook html component library using twig templating, so could be used...Recording the JourneyStorybook
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Oct 19, 2024Storybook Dora Metrics: Crafting a Success Story with Impressive PR Merges; Cycle Time Raises Red FlagsAre you building an app or a website user interface? Wish to toy around with some cool UI components without affecting the entire front end? Have you tried Storybook? Storybook is a cool tool in the modern web development landscape that helps you c...100 Days of Dora Metrics Case StudiesStorybook
akash javaliblog.akashjavali.com·Sep 13, 2024A Beginner's Guide to Storybook: Supercharge Your UI DevelopmentIn today's fast-paced web development world, building scalable, reusable, and consistent UI components is crucial. As user interfaces grow more complex, developers need effective tools to manage their UI components in isolation. Storybook is one such...31 readsStorybook
Elisha ostoryline.hashnode.dev·Sep 9, 2024Silent StrandsThe hum of the salon’s hair dryers mixed with the soft clatter of scissors, creating a calming rhythm that Lucy had grown accustomed to over the years. She liked it that way—routine, predictable. But that afternoon, something was off. She could feel ...261 readsStory
Elisha ostoryline.hashnode.dev·Sep 9, 2024The Weight of ShadowsTitle: The Weight of Shadows Mira sat at the edge of the park bench, her fingers tangled in the hem of her coat as a gentle drizzle misted the air. She didn’t feel the cold. Her mind was somewhere far darker than this soft, gray afternoon. The memory...212 readsStory
Aniket Varmavaan.hashnode.dev·Sep 4, 2024Act 1: The Early Days and the Rise of JavaScriptJavaScript, or JS, was created in just ten days by Sir Brendan Eich, a genius wizard from the Netscape Order. His initial purpose was humble: to enable dynamic behavior on web pages within the Browser Kingdom. At first, JS was ridiculed by the more "...The JavaScript Chronicles: Battle for the Browser KingdomJavaScript
Aniket Varmavaan.hashnode.dev·Sep 4, 2024The Tale of Little Widget and the Magic ComponentsOnce upon a time, in the land of Codeville, there lived a little widget named Wiggly. Wiggly was a curious widget who loved to learn new things and help others. One day, Wiggly heard about a magical place called React Forest, where special tools call...React