周大胖子 发表于 2021-2-22 10:42:24

Remax 起步与一脸懵逼

    安照这个官方起步:https://remaxjs.org/guide/quick-start

   其中要选填 :
? name newremax   【 项目名称 】
? author wu   【作者 】
? description Remax Project   【 描述 】
? platform 微信小程序【这里还可以选择跨平台,两种 app.js 文件一样,示例文件也一样】


懵逼模式开始:
app.js :
import './app.css';

const App = props => props.children;

export default App;

为什么和官方展示的不一样????? 我该怎么放数据?在哪获取?跑别的页面怎么获取全局数据??? 不是说 Context 的嘛 哪呢?

页: [1]
查看完整版本: Remax 起步与一脸懵逼