# react-geekh5-ts **Repository Path**: did_not_eat_enough/react-geekh5-ts ## Basic Information - **Project Name**: react-geekh5-ts - **Description**: react-geekh5-ts - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-05 - **Last Updated**: 2022-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 黑马头条H5 项目功能和演示,包括 短信登录、退出 首页-频道管理,文章列表,更多操作 文章详情-文章详情,文章评论,评论回复,点赞,收藏,关注 个人中心-个人资料展示,个人资料编辑 技术栈: 项目搭建:React 官方脚手架 create-react-app react hooks 状态管理:Redux Toolkit UI 组件库:antd-mobile v5 ajax 请求库:axios 路由:react-router-dom 以及 history CSS 预编译器:sass CSS Modules 避免组件之间的样式冲突 TypeScript 工具库:lodash hooks 库:ahooks websocket 即时通讯 | /src | Description | | ------- | --------------------------------- | | /assets | 项目资源文件,比如,图片 等 | | /pages | 页面 | | /store | Redux 状态仓库 | | /types | TS 类型,包括:接口、redux 等类型 | | /utils | 工具,比如,token、axios 的封装等 | | App.scss | 根组件样式文件 | | App.tsx | 根组件 | | index.scss | 全局样式 | | index.tsx | 项目入口 |