# react-oepn-eye **Repository Path**: docname/react-oepn-eye ## Basic Information - **Project Name**: react-oepn-eye - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-10 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React18+React+Vant+Mobx+axios(React版本开眼App OpenEye) 该项目是React版本开发的开眼App-web版本,主要目的是用来学习上手React项目实践,接口和UI基本参照以前开发的Flutter OpenEye项目主体基于React18+React-Vant+Mobx+axios开发完成,非常适合新手了解和学习用React开发一款移动端App;该项目涉及 React移动端屏幕适配,axios网络拦截器的使用,React父子组件传参回调,Mobx6在React函数编程中的运用,React路由监听等等 ## 其他一些学习练手的项目 **鸿蒙Harmony版本**的开眼App链接(ArkTs+ArkUI+API9):https://github.com/WinWang/HarmoneyOpenEye **Flutter版本**OpenEye链接(getx+retrofit+dio+jsonserialize+自定义控件demo):https://github.com/WinWang/open_eye
**Flutter版本**的音乐播放App链接(getx+retrofit+dio):https://github.com/WinWang/music_listener
**ReactNative版本**的开眼App链接(ReactNative-0.72):https://github.com/WinWang/RNOpenEye
**Vue2版本**WanAndroid链接(Vue2+vuex+vant+axios):https://github.com/WinWang/Vue-WanAndroid
**Vue3版本**WanAndroid链接(vue3+typeScript+pinia+vant+vite):https://github.com/WinWang/Vue3-wanAndroid
**Android组件化项目**ReadingGallery链接(jetpack+kotlin+koin+couroutine):https://github.com/WinWang/ReadingGallery
**Android组件化项目初始化工具**ApplicationInit链接(gradle-plugin+注解APT+ASM):https://github.com/WinWang/ApplicationInit

## 应用截图




## github托管图片




###查看浏览器触发滚动元素 function findscroller(element){ element.onscroll=function () { console.log(element) } Array.from(element.children).forEach(findscroller) } findscroller(document.body)