mobx
Here are 1,665 public repositories matching this topic...
e.g. /outline new This is the title
Outline should respond in the channel with an attachment for the newly created document
你好!我注意到mobx-react文档里有个注解,如果使用了自定义注入(Customizing inject),则不需要再加observer装饰器,但我看到了本项目中使用了inject mapperFunction的地方,都有加observer装饰器,这是否必要呢?
文档中的注解:
N.B. note that in this specific case neither NameDisplayer nor UserNameDisplayer needs to be decorated with observer, since the observable dereferencing is done in the mapper function
具体地址:[mobx-react#customizing-inject](https://github.com/mobxjs/mo
Feature request
Is your feature request related to a problem? Please describe.
Currently I need a lock variable for distrubuted states (same [here](https://github.com/mobxjs/mobx-st
Shared user guide
@mweststrate With 6.0 out now (
Intended outcome
I'm building an application, and after doing some work with MobX, I ran a production build to ensure everything was working as expected, but it errored out. Development build does work exactly as intended, however.
Actual outcome
I get the following error:
✖ ERROR ./node_modules/mobx-react-lite/dist/observer.d.ts
ERROR in ./node_modules/mobx-react-lite/dist
I'm not sure if this will be included when the book is finished, but getting the config values for the .env file requires getting values from a lot of different sources and different configurations. It would be helpful if there was better documentation around that process.
I would love to submit a PR for it, but I haven't been able to figure all of it out myself yet.
Please, could you provide detailed installation instructions and a complete list of all dependencies, including their versions?
Preferably in the form of a tutorial providing all steps, how to install starhackit on a particular vagrant box, e.g. on most recent Ubuntu.
I.e.:
- Install VirtualBox (version [VirtualBoxVersion] or higher) and [Vagrant](https://www.vagrantup.com/docs/getting-starte
https://easy-peasy.now.sh/docs/introduction/
Easy Peasy provides you with an intuitive API to quickly and easily manage the state for your React application. Batteries are included - no configuration is required to support derived state, API calls, performance optimisation, developer tools etc.
alibaba-fusion Select component (https://github.com/alibaba-fusion/next) used as below:
const dataSource = [
{ label: 'option1', value: 'option1' },
{ label: 'option2', value: 'option2' },
{ label: 'disabled', disabled: true }
]
<Select dataSource={dataSource} />
<Select>
<Option value="small">Small</Option>
<Option value="medium">Medium</Option>
<Option val
-
Updated
May 31, 2020 - Dart
I use the MacOS system,but I don't know how to do it,could you give me a user's guide?
-
Updated
Nov 17, 2019 - JavaScript
When following the provided instructions, I get:
>yarn run dev
yarn run v0.27.5
$ concurrently -k 'node desktop/server.dev.js' 'npm start'
[1] module.js:487
[1] throw err;
[1] ^
[1]
[1] Error: Cannot find module 'update-notifier'
[1] at Function.Module._resolveFilename (module.js:485:15)
[1] at Function.Module._load (module.js:437:25)
[1] at Module.requi
-
Updated
Mar 23, 2020 - TypeScript
As someone new to the Mobx paradigm,
I would greatly benefit of a quick rundown of the structure of the application when regarding the Mobx framework specifically (so the src folder).
Many of the Mobx 'example' applications I have found online use different variations so it can be a little difficult to deduce the goal of parts of the structure.
I am thinking a blurb about any specific varia
I saw some commits regarding tests, so they do exist.
Can you explain how to create new tests, and how to run the existing ones?
I would like to debug issue #74 and TDD would help there.
As you can see below, inside SecondExampleScreen we have a method called demoReactotron and inside it, you warned not to use API like this! because of complexity of MobX for newbies and the initiating the environment and importance of API, please provide a real API usage with handling of refreshing, changes on state and so on.
Thank you.
demoReactotron = async () => {
console.
RFX Stack is great, thanks for taking the time to work on it and share.
My main issue right now is obscure debugging in development mode - when jumping to error line numbers in Chrome from the console I'm usually confronted with things like this:
eval("'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n\nvar Making it quite difficu
It would be great to have an example with mobx-state-tree. Unfortunately, the mobx-angular <=> mobx-state-tree integration is not easy and it is almost impossible to find an example.
-
Updated
Feb 7, 2018 - TypeScript
-
Updated
Apr 5, 2020 - TypeScript
Do the mobx-react best practices regarding component composition and de-referecning equally apply to mobx-vue?
Does this library work same same, any other obvious advice?
Improve this page
Add a description, image, and links to the mobx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mobx topic, visit your repo's landing page and select "manage topics."
MobX 6
Hi folks, I've tinkered a lot about MobX 6 lately, so I want to layout the vision I have currently
Goals
Let's start with the elephant in the room.
I think we have to drop the support for decorators.
Some have been advocating this for years, others totally love decorators.
Personally I hate to let decorators go. I think