react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools

MIT License

Downloads
24.3K
Stars
10.4K
Committers
65
react-native-debugger - v0.6.0

Published by jhen0409 over 7 years ago

react-native-debugger - v0.6.0-beta2

Published by jhen0409 over 7 years ago

  1. Patch requestIdleCallback for react-devtools-core https://github.com/jhen0409/react-native-debugger/commit/3d3da367023797e8020315c154617ba8c70def0f https://github.com/jhen0409/react-native-debugger/commit/0aacac7ea380bb5a92ed3ea3cb1a88f39a7198f9
    (It's for this troubleshoot, but it just patch the legacy vendor bundle, the devtools backend will included in new version of react-native package)
  2. Add serialize option for redux enhancer https://github.com/jhen0409/react-native-debugger/commit/5ae0fa14a35ed9aeba061d88de2eb6167ff41dbf (See this release of redux-devtools-extension)
  3. Update to [email protected] (beta)
react-native-debugger - v0.6.0-beta1

Published by jhen0409 over 7 years ago

  1. Based on [email protected] (beta) (Chrome 53 -> 56)
  2. React Inspector used [email protected]
react-native-debugger - v0.5.6

Published by jhen0409 over 7 years ago

  1. Use react-devtools-core/standalone instead of fork (#44), it's also fixed #40, #41
  2. Disable zooming for app https://github.com/jhen0409/react-native-debugger/commit/ab59fe2f86543fb539bdcd285913c2dd5c62119f
  3. Update dependencies https://github.com/jhen0409/react-native-debugger/commit/35150faee04274247724fe8de7df32fb63718907
react-native-debugger - v0.5.5

Published by jhen0409 almost 8 years ago

  1. Fix forward slash key listen for typing on Dispatcher input jhen0409/react-devtools#a1e86e4
  2. Fix filters not work if filter more than two actions for reduxAPI https://github.com/jhen0409/react-native-debugger/commit/ea0cfaeee63c1b5ca297b00da0009ab435ff087b
react-native-debugger - v0.5.4

Published by jhen0409 almost 8 years ago

react-native-debugger - v0.5.3

Published by jhen0409 almost 8 years ago

  1. Fix forward slash key listen when typing on another input (jhen0409/react-devtools#6b130e0)
  2. Update remotedev-app to v0.10.0-beta4 (https://github.com/jhen0409/react-native-debugger/commit/33e0b2e109a94eb1c8d44f3c6bee6e8c0f76b2ec)
react-native-debugger - v0.5.2

Published by jhen0409 almost 8 years ago

  1. Support MobX (remotedev & mobx-remotedev) #25 (See Example)
  2. Remove global.require usage for worker (For RN 0.38) https://github.com/jhen0409/react-native-debugger/commit/db42c0484d178bf861ddf1581670eb017cfbe3dd
react-native-debugger - v0.5.1

Published by jhen0409 almost 8 years ago

Improve

  1. Add Stay in Front menu item. (#23) @artem-russkikh
  2. Add shouldCatchErrors option for redux API of worker https://github.com/jhen0409/react-native-debugger/commit/058b3093b11ed89de898ded068221d0c039fced8
  3. Add actionsBlacklist, actionsWhitelist for compatible extension API https://github.com/jhen0409/react-native-debugger/commit/d2a86a9c572cd59c278233d07623c1cd4d50b3ee

Fix

  1. Pass filters to isFiltered call to satisfy expected signature (#24) @tomauty
  2. Fix filters, actionCreators, sanitizer for each instance https://github.com/jhen0409/react-native-debugger/commit/4951ce720057cb82bfce44a41a0d264292dc9b6c
react-native-debugger - v0.5.0

Published by jhen0409 almost 8 years ago

New Redux DevTools features (https://github.com/jhen0409/react-native-debugger/pull/16)

New Redux enhancer / compose API

Refer to redux-devtools-extension, we provide a new way instead of reduxNativeDevTools and reduxNativeDevTools.updateStore:

  • window.__REDUX_DEVTOOLS_EXTENSION__ (alias reduxNativeDevTools)
  • window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ (alias reduxNativeDevToolsCompose)
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ?
  window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
    /* options */
  }) :
  compose;
const enhancer = composeEnhancers(
  applyMiddleware(...middlewares)
);

See README.md for more information.

Multi-store support

Now we can use the redux enhancer for each store, and we can switch instances on monitor:

2016-11-03 7 47 25

Other changes

react-native-debugger - v0.4.0

Published by jhen0409 about 8 years ago

  1. Upgrade remotedev-app to v0.6, and sync remote-redux-devtools updates https://github.com/jhen0409/react-native-debugger/pull/7. Added actionCreators option and updateStore function, see the README of Redux DevTools for more information.
  2. React DevTools commit is now 18bbe554de26b5789ffde5d83461808b0716f0eb
  3. Update debugger from upstream https://github.com/jhen0409/react-native-debugger/commit/2dc00bd9d8930ae56dc90723684cf69720e7bebd
react-native-debugger - v0.3.1

Published by jhen0409 over 8 years ago

Fix

react-native-debugger - v0.3.0

Published by jhen0409 over 8 years ago

react-native-debugger - v0.2.0

Published by jhen0409 over 8 years ago

react-native-debugger - v0.1.0

Published by jhen0409 over 8 years ago

Initial release

Platform support

React Native: ^0.21.0

Package Rankings
Top 1.15% on Npmjs.org
Top 3.96% on Proxy.golang.org
Badges
Extracted from project README
Backers on Open Collective Sponsors on Open Collective CI Status
Related Projects