固然,React DevTools 是無法用來直接調試小程序的。react
可是利用 Remax 小程序框架,咱們就能夠作到利用 React DevTools 來調試了。npm
Remax 是一個基於真正 React 開發的小程序框架, https://remaxjs.org
首先新建一個 Remax 項目(以阿里小程序爲例):小程序
$ npx create-remax-app hello-remax $ cd hello-remax $ npm install
安裝 React DevTools 並啓動:bash
$ npm install react-devtools -g $ react-devtools
使用小程序開發者工具打開 hello-remax 目錄,等待小程序編譯完成,就能在 React Devtools 進行調試啦。app