Next 系列之 Routing - Error Handling(三)

React 

Error Handling 错误处理 The error.js file convention allows you to gracefully handle unexpected runtime errors in nested routes. error.js 文件约定允许您优雅地处理嵌套路由

Next 系列之 Routing - Loading UI and Streaming(三)

React 

Loading UI and Streaming 加载 UI 和流式传输 The special file loading.js helps you create meaningful Loading UI with React Suspense. With this convention, you

Next 系列之 Routing - Linking and Navigating(三)

React 

Linking and Navigating 链接和导航 There are four ways to navigate between routes in Next.js: 在 Next.js 中有四种在路由之间导航的方法: Using the <Link> Component 使用 <Link>

Next 系列之 Routing - Pages and Layouts(三)

React 

Pages and Layouts 页面和布局 The special files layout.js, page.js, and template.js allow you to create UI for a route. This page will guide you through how

Next 系列之 Routing - Defining Routes(三)

React 

Defining Routes 定义路由 The skeleton of every application is routing. This page will introduce you to the fundamental concepts of routing for the web and

Next 系列之 Project Structure(二)

React 

1.Top-level folders 顶级文件夹 Top-level folders are used to organize your application's code and static assets. 顶级文件夹用于组织应用程序的代码和静态资产。 app App Router page

Next 系列之 Installation (一)

React 

1.基本需求 Node >= 18.17 2.安装方式 a.自动安装 npx create-next-app@latest 安装时将出现以下提示 这里我选择了src作为根目录 b.手动安装 npm install next@latest react@latest react-dom@latest 在

睡前拖延:人们为什么这样做以及如何停止

随想 

译自: https://solvingprocrastination.com/revenge-bedtime-procrastination/ 报复性睡前拖延症是指人们为了掌控自己的生活和日程而推迟睡觉。这种现象尤其与那些觉得自己白天几乎没有时间的人有关,例如由于工作安排,因此他们将睡眠推迟到深夜,

Flutter 起跳


ps: 最近接收了一个任务在Epson BT-300这款老镜片上运行一个flutter程序,之前flutter的任务都是不想接的,可能是感觉Epson BT-300有点意思就玩了一下, 索性总结下flutter的用法。 参考: flutter官网 SDK安装 官网下载SDK后解压配置path路径。

乾坤微前端实践

Frame 

参考: 官网: https://qiankun.umijs.org/zh/guide 介绍 微前端 微前端是一种多个团队通过独立发布功能的方式来共同构建现代化 web 应用的技术手段及方法策略。 微前端架构具备以下几个核心价值: 技术栈无关 主框架不限制接入应用的技术栈,微应用具备完全自主权。 独立