Vinay Cai4all.hashnode.dev·8 minutes agoSeamlessly Integrate Google Fonts into Your React Vite TailwindCSS Shadcn ProjectIf you're building a project using React, Vite, TailwindCSS, and Shadcn UI, you might want to use a custom Google font to enhance your UI. This guide will walk you through how to incorporate Google Fonts, such as "Inter", into your project. Sample G...DiscussAwesome Frontendgoogle fonts
Asfak Ahmedasfakahmedsblog.hashnode.dev·9 hours agoUnderstanding Vue.js ( v-model ) A Complete GuideVue.js provides a robust system for building dynamic, reactive interfaces, and one of the most frequently used directives is v-model. This directive allows for seamless two-way data binding between form inputs and the application's state, making it e...Discusspowerful vue js
Idorenyin Akaninyenedorendev.hashnode.dev·15 hours agoWhy Use A Build Tool?Firstly what the he*** is a build tool? A build tool is a software utility that helps automate the conversion of a code base into an efficient, compatible executable program to enable it to run in different environments such as (production, developme...DiscussReact
Durgesh Upadhyayudurgesh6.hashnode.dev·Sep 6, 2024Why Did OpenAI Move from Next.js to Remix?While no official statement has been made, several insights from analyzing OpenAI's codebase and application structure help shed light on this decision. Here’s an overview of why OpenAI likely made the shift: 1. Client-Side Rendering Dominance The Op...Discussopenai
nikhil kumarnikhilshaw.hashnode.dev·Sep 4, 2024Journey of Mastering REACT Through VITEIn the third video of the 'Chai aur Code' React series, I picked up some interesting concepts. Firstly, React isn't just limited to the core library; it extends into two more domains with React DOM and React Native. The script tag plays a pivotal rol...Discuss·1 likeReact
HARSHAD DONGARDIVEharshaddongardive.hashnode.dev·Sep 3, 2024How to Deploy a React Project to GitHub Pages.1. Set Up Your React Project: Ensure your React project is ready and working locally. 2. Install GitHub Pages Package: Run the following command to install gh-pages: npm install --save-dev gh-pages 3. Configure vite.config.js: Update your Vite con...DiscussGitHub
Didik Tri Susantoblog.didiktrisusanto.dev·Sep 2, 2024Simple Laravel Inertia React and Tailwindcss Starter KitIt started when I want to refreshing my skill on front end development with building something related with React but I kind of didn't want to build API-based backend then I was remember Inertiajs exists to solve that. I did several projects with Lar...DiscussLaravel
Venkata Mahesh Ptechiestomb.hashnode.dev·Aug 31, 2024Guide: Deploy your VITE project to GitHub Pages in 2024Deploying your VITE project to GitHub Pages is a great way to share your work with others or host your website for free. In this guide, I'll walk you through the steps to deploy your VITE project on GitHub Pages. Step 1 : Test your project Build your...Discuss·2 likes·47 readsvite
Sidhant Kumar Sahoosidhantkumarsahoo.hashnode.dev·Aug 25, 2024Automating React Storybook: Generate, version upgrade & publish to npm.Have you ever wondered how libraries like Material UI and Tailwind CSS are built and published? In this guide, we'll walk you through creating Storybook components using React and Vite, publishing them to npm, and automating version updates with sema...Discuss·51 reads#SemanticRelease
Gift Mugwenigiftmugweni.hashnode.dev·Aug 24, 2024How to Set Up WebGPU with TypeScript and Vite: A Simplified GuideHello 👋, how are you doing? It's a lovely day right? In my last post, I said I was making a game engine and thought instead of writing documentation for it I might as well make blog articles to document my journey (I mean it's basically free content...Discuss·110 readsGraphics JourneyGame Development