HardyHu
  • Home
  • Archives
  • Categories
  • Tags
  • About

Getting Started with Lexical

What is Lexical?Lexical is an open-source text editor framework designed with extensibility, reliability, and performance in mind. Unlike traditional rich text editors that operate directly on the DOM
2024-12-25

Getting Started with Next.js

Official DocumentationFor comprehensive documentation and tutorials, visit the official Next.js website: Next.js Documentation Next.js Learn Course Next.js GitHub Repository Next.js is a powerful Re
2024-12-25
#Nextjs

Getting Started with Supabase

What is Supabase?Supabase gives developers a PostgreSQL database, authentication, instant APIs, real-time subscriptions, storage, and more - all through a unified interface. It’s designed to be easy t
2024-12-25

Essential VSCode Workspace Configurations

Visual Studio Code has become one of the most popular code editors among developers due to its flexibility, performance, and rich extension ecosystem.One of its most powerful features is the ability t
2024-12-24

Getting-Started-with-Tailwindcss

Offical Documents https://www.tailwindcss.cn/ Tailwindcss 4.1.0Offical Dochttps://tailwindcss.com/docs/installation/using-vite Add tailwindcss to Exist ProjectStep 1. Install 1pnpm install tailwindcss
2024-12-24

Getting Started with Redux

Realted DocOfficial Documentationhttps://redux.js.org/introduction/getting-started Method 1. Basic Example1.1 Create Project1pnpm create vite my-react-demo --template react 1.2 Add Dependencies1pnp
2024-12-24

Essential React Hooks

Reducer123456789101112131415161718192021import { useState } from "react";export default function App() { const [count, setCount] = useState(0); const handleIncrement = () =&
2024-12-23

Node Version Manager (nvm-windows): A Basic Guide

Node Version Manager (NVM) is an essential tool for Node.js developers that allows you to easily manage multiple Node.js versions on a single machine. This flexibility is invaluable when working acros
2024-12-23

A Quick Guide to npm, Yarn, and pnpm: Package Managers for JavaScript

When it comes to managing dependencies in JavaScript projects, package managers are essential tools for developers. Three of the most popular options are npm, Yarn, and pnpm. In this post, we’ll brief
2024-12-23

React Simple Case - TodoList

1npx create-next-app@latest Try Run 1npm run dev Create DIR components in src/ Create File AddToDo.tsx in src/components.Create File TodoFilter.tsx in src/components.Create File ToDoItem.tsx in src
2024-12-22
1…45678…22

Search

Hexo Fluid
总访问量 次 总访客数 人
浙ICP备2025160052号