React消息应用前端

React 的消息应用前端,页面结构清晰,逻辑也挺清爽。用create-react-app搭的底子,跑起来快,开发环境也挺顺。你只要npm start一下,浏览器就能立马看到效果,改代码还能热更新,响应也快。

目录下的脚本功能都还挺全的。npm test可以开测试,交互式的,看着也不累;npm run build能打包生产版本,代码会压缩,文件名也自动加上哈希,适合上线;想自定义配置的话也可以npm run eject,不过注意这一步不可逆,回不来了哦。

适合刚上手 React 的朋友练手,结构和脚本命令都挺标准。想深入配置 Webpack 或 Babel 也方便。项目蛮适合作为 React 项目的脚手架起点,部署也轻松。

想了解更多可以看看这些:React App Initialization with Create React App探索 Create React App这些文章,还挺有的。

如果你想快速搭个前端项目,又不想太折腾环境配置,用create-react-app来搭这个消息应用的前端,还真是个不错的选择。

zip
message-app-frontend-master.zip 预估大小:59个文件
folder
message-app-frontend-master 文件夹
file
.gitignore 310B
file
package.json 889B
file
package-lock.json 677KB
folder
src 文件夹
folder
components 文件夹
folder
Image 文件夹
file
Image.css 79B
file
Avatar.css 119B
file
Image.js 323B
file
Avatar.js 284B
folder
Paginator 文件夹
file
Paginator.js 542B
file
Paginator.css 428B
folder
Button 文件夹
file
Button.css 2KB
file
Button.js 680B
folder
Navigation 文件夹
folder
MobileNavigation 文件夹
file
MobileNavigation.css 487B
file
MobileNavigation.js 534B
folder
MobileToggle 文件夹
file
MobileToggle.js 327B
file
MobileToggle.css 383B
folder
MainNavigation 文件夹
file
MainNavigation.js 680B
file
MainNavigation.css 281B
folder
NavigationItems 文件夹
file
NavigationItems.js 814B
file
NavigationItems.css 607B
folder
ErrorHandler 文件夹
file
ErrorHandler.js 511B
folder
Loader 文件夹
file
Loader.js 189B
file
Loader.css 737B
folder
Feed 文件夹
folder
FeedEdit 文件夹
file
FeedEdit.js 5KB
folder
Post 文件夹
file
Post.css 460B
file
Post.js 842B
folder
Layout 文件夹
file
Layout.js 282B
file
Layout.css 221B
folder
Form 文件夹
folder
Input 文件夹
file
FilePicker.js 492B
file
Input.js 1KB
file
Input.css 479B
folder
Toolbar 文件夹
file
Toolbar.css 74B
file
Toolbar.js 172B
folder
Backdrop 文件夹
file
Backdrop.css 188B
file
Backdrop.js 329B
folder
Logo 文件夹
file
Logo.css 121B
file
Logo.js 133B
folder
Modal 文件夹
file
Modal.js 796B
file
Modal.css 552B
file
index.js 469B
folder
util 文件夹
file
validators.js 499B
file
image.js 297B
file
App.js 7KB
folder
App.css 文件夹
file
index.css 68B
folder
pages 文件夹
folder
Auth 文件夹
file
Signup.js 3KB
file
Auth.js 153B
file
Login.js 3KB
file
Auth.css 207B
folder
Feed 文件夹
folder
SinglePost 文件夹
file
SinglePost.css 354B
file
SinglePost.js 2KB
file
Feed.js 11KB
file
Feed.css 338B
folder
public 文件夹
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 2KB
file
favicon.ico 4KB
file
manifest.json 306B
file
logo512.png 9KB
file
README.md 3KB
...
zip 文件大小:218.5KB