Our Recent Gists
Explore useful code snippets and solutions to enhance your projects. Stay updated with our latest additions.
4 min read
July 16, 2024
React Tailwind CodeBlock
The React Tailwind CodeBlock component is designed to display code snippets with syntax highlighting, line numbers, and a convenient copy-to-clipboard feature. Written with React and styled using Tailwind CSS, it offers a lightweight and flexible solution for embedding code in your web applications.
2 min read
July 12, 2024
React Tailwind tooltip
Introducing my custom Tooltip component for React and Tailwind css! This component enhances your application's user experience by displaying helpful messages on hover, all without the need to download an additional library.
3 min read
July 11, 2024
Implementing a Undo/Redo Hook in React
Undo/Redo is a commonly used feature in many applications, enhancing user experience by allowing changes to be reverted. React Hooks provide a powerful way to manage state and handle changes in React components.