Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 358 Bytes

lemonnote.md

File metadata and controls

11 lines (6 loc) · 358 Bytes

2024/2/3

前端路由

Single Page Application(SPA) (ref)

Implementation

useContext, useReducer, useNavigate to handle the routing in React, and ensure that we keep track of the current process.

I don't use react-redux for now because it might be too heavy for the project.