Code Monkey home page Code Monkey logo

Comments (6)

alex-shamshurin avatar alex-shamshurin commented on June 7, 2024 3

Are there any replacements for this package ( if it's not maintained anymore ) ?

from mobx-remotedev.

Aleksandern avatar Aleksandern commented on June 7, 2024

@zalmoxisus
Hi Mihail,
Do you still maintain this package?

from mobx-remotedev.

sudosubin avatar sudosubin commented on June 7, 2024

I am not the maintainer, but I had the same issue and solved.

You might need to upgrade mobx-state-tree package to rc version. (v4)
Same for mst-middlewares.

npm install mobx-state-tree@rc;
npm install mst-middlewares@rc;
yarn add mobx-state-tree@rc;
yarn add mst-middlewares@rc;

Check this Issue: mobxjs/mobx-state-tree#1569

from mobx-remotedev.

kubk avatar kubk commented on June 7, 2024

@Aleksandern I've switched from Redux devtools to a simple browser logger: https://github.com/kubk/mobx-log

I am going to add Redux devtools support but for me it's no longer needed, because the logger already covers most of its usecases like inspecting store, calling actions and computeds.

from mobx-remotedev.

Aleksandern avatar Aleksandern commented on June 7, 2024

@kubk
Can your logger work with React Native Debugger https://github.com/jhen0409/react-native-debugger?

from mobx-remotedev.

kubk avatar kubk commented on June 7, 2024

@Aleksandern Unfortunately I am not familiar with this tool as well as React Native development in general.

from mobx-remotedev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.