Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ #10

Open
eternalsky opened this issue May 24, 2017 · 2 comments
Open

FAQ #10

eternalsky opened this issue May 24, 2017 · 2 comments
Labels

Comments

@eternalsky
Copy link
Contributor

eternalsky commented May 24, 2017

FAQ

  • Q: 组件库怎么使用?
    A: 请看一下这里的开始使用文档,https://salt-ui.github.io/ ,saltui 是基于 React 的 UI 组件库,需要前端知识支撑。React 相关的基础知识,请自行学习。

  • Q: 我有组件使用上的问题,如何能够最快速地得到帮助?
    A: 尽量详细描述自己使用的组件版本,重现步骤,最好是能够附上一个 demo,方便他人定位你的问题。我们推荐使用 codePen,http://codepen.io/eternalsky/pen/WpzYrv/

  • Q: 我的应用打包之后 js 体积好大,如何优化?
    A: 首先请确保组件是按照按需加载的方式引用,详情请查看开始使用文档。其次,请检查自己的应用中是否有引用,但未真正使用的组件或者类库。最后,你可以尝试一下使用 code spliting,nowa 工具中集成了 require.ensure 的使用方法。

  • Q: 我有钉钉 nativeAPI 的使用或者和钉钉容器层相关的问题?
    A: 请在钉钉上搜索群号“11768602”,加入“钉钉开发者交流群”咨询。

  • Q: 我有 nattyFetch 使用相关的问题?
    A: 请扫描下方二维码,加入 nattyFetch 答疑群。

image

  • Q: 我有 Refast 使用相关的问题?
    A: 可以在这里找到帮助:http://doc.refast.cn/

  • Q: UXCore 的交流群在哪里
    A: 请扫描下方二维码进群。
    image

  • Q: 询问和钉钉 E 应用相关的问题?

  • A: 请扫描下方e二维码,加入 E 应用共创组织获得支持。
    exported_qrcode_image

  • Q: 报错:Uncaught Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.
    A: 这是 React min 版的提示,去掉 react.min.js 或者 react-with-addons.min.js 中的 min 才能看到真正的 React 报错。

  • Q: 报错:Uncaught Error: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function but got: xxx
    A: 这通常是因为你的代码中引用了一个组件是没有的或者没有获取到,在控制台中打出来看下就明白了。

  • Q: 报错:Uncaught Error: this.isMounted is not a function
    A: 这是 React 0.14.0 的 bug,请更换版本至 0.14.2 以上。

@eternalsky eternalsky added the doc label May 24, 2017
@salt-ui salt-ui deleted a comment from bubblepp1 Jul 18, 2018
@junekee
Copy link

junekee commented Aug 27, 2018

请问,钉钉E应用开发怎么使用salt ui?

@eternalsky
Copy link
Contributor Author

@junekee saltui 是用于开发微应用的,目前尚未推出支持 E 应用的版本,E 应用有自己提供一套组件库,如果开发 E 应用,可以先使用那个。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants