Sahana S Acharyareact-diaries.hashnode.dev·Nov 16, 2024What I Learned About React: Understanding Its Flow and StructureReact is one of the most powerful tools for building user interfaces. As I dove into learning it, I uncovered some key insights about its flow and structure that I’d love to share. If you’re just starting with React or revisiting its basics, this mig...Discuss·1 likeReact
Eddie Qiaoeddieqiao.hashnode.dev·Nov 13, 2024本地起vite 项目开启https支持背景 做一个视频聊天工具,需要用浏览器打开摄像头和麦克风。chrome 要求打开摄像头和麦克风,需要开启https支持。 下载 mkcert # 第一步,安装 mkcert brew install mkcert # 第二步,将 mkcert 添加到本地根CA mkcert -install # 第三步,生成签名和证书 # 当前目录下会多出两个文件,可以在项目根目录下运行 mkcert localhost 第四步 添加vite配置文件,没有这个文件的话自己创建 import { defi...Discussvite
Zeeshan Safdarzeeshansafdar.hashnode.dev·Nov 8, 2024Create-React-App vs. ViteReact Lecture 02 When starting with React, it's essential to understand the different tools and frameworks available for setting up new projects. 🚀 Create-React-App vs. Vite Create-React-App (CRA): 🛠️ This has been a go-to starter kit for React a...Discusscreate-react-app
Shreeyog Gaikwadshreeyogblogs.hashnode.dev·Oct 29, 2024Propertify : A Dynamic Property Search Platform Built with ReactWelcome to Propertify! This project is a frontend web application crafted with React to provide a seamless and interactive way for users to explore and search listed properties by location. Featuring user-friendly property cards, list groups, and sle...DiscussWeb Development
Anietie Brownsonanicode.hashnode.dev·Oct 28, 2024Building a Country-to-Flag Emoji Converter App with Vite, TypeScript, and TolgeeIntroduction Hello there friends, we're still in the season of Hacktoberfest and in this blog post, we'll build a simple Country-to-Flag Emoji Converter App. We will utilize some great tools and technologies: Vite: A modern build tool that significa...DiscussReact
Erick Ruanoerickruano.com·Oct 25, 2024Tailwind CSS + Vite DemystifiedWhen setting up Tailwind CSS with Vite, the official guide provides straightforward steps that just work. However, some parts of the process might feel like magic, leaving you wondering how everything fits together. This micro-article aims to demysti...Discuss·1 likeKeep Your Sheets Together!Tailwind CSS
Michael Andreuzzamichaelandreuzza.hashnode.dev·Oct 24, 2024How to upgrade an Astro JS project from Tailwind CSS v3 to Tailwind CSS v4 ( Alpha )With the recent release of Tailwind CSS v4 by the Tailwind Labs team, it's time to explore how to upgrade an Astro JS project to Tailwind CSS v4 (Alpha), based on the information available. What We Know So Far Tailwind CSS 4.0 introduces the Oxide en...DiscussAstro
Mihail GaberovforfreeCodeCampfreecodecamp.org·Oct 23, 2024How to Build Your Own Wheel of Names with React and TypeScriptA while ago, I stumbled upon a website listing various coding challenges, and I decided to give some a try. Last week, I came across one that involved building a "Wheel of Names." It reminded me of a similar project I built years ago using Flash and ...DiscussReact
Alexander Opalicalexlikestypescript.hashnode.dev·Oct 20, 2024Create a Native-Like App in 4 Steps: PWA Magic with Vue 3 and ViteTable of Contents Introduction Understanding the Basics of Progressive Web Apps (PWAs) Prerequisites for Building a PWA with Vue 3 and Vite Step 1: Setting Up the Vue Project Step 2: Create the needed assets for the PWA Step 3: Configuring Vite for ...DiscussVue.js
Shikhar Shuklashikhar99.hashnode.dev·Oct 18, 2024Building a Todo App with React, Vite, and Tailwind CSSIn this tutorial, we will build a simple, yet functional, Todo App using React, Vite, and Tailwind CSS. If you're looking to quickly prototype or create a polished application, these tools offer a great combination of speed, flexibility, and ease of ...Discuss·31 readstodoapp