Skip to content
#

reactive-programming

Here are 1,169 public repositories matching this topic...

MastroLindus
MastroLindus commented Feb 24, 2020

Some of the issues below are already mentioned in other tickets, but I have the feeling that a proper generic issue is due to give it visibility, as for now the current package is unusable for many users.

  1. The typescript package doesn't respect the tsconfig flags, and many of them are hardcoded inside the meteor/babel package.
    I understand that meteor needs to control some compilation option
mweststrate
mweststrate commented Apr 1, 2020

MobX 6

Hi folks, I've tinkered a lot about MobX 6 lately, so I want to layout the vision I have currently

Goals

🧨 1. Become compatible with modern ES standards

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

jvanbruegge
jvanbruegge commented Oct 17, 2018

As explained at CycleConf I will work (hopefully with the help of others) on the docs. It will be more a very long tutorial, like a book, starting simple, ending at #705

Planned chapters:

  • Getting started (setting up a project)
  • Streams
  • First component
    • Rendering static content
    • Handling events
    • Having local state
    • Making our input controlled
PierreCapo
PierreCapo commented Apr 8, 2020

The documentation explains pretty well why:

Wrap ALL of your components with view - including class and function ones - even if they don't seem to directly use a store.

I think it's pretty easy to miss adding this view hoc when you write hundred of components. My question is: Is there an eslint rule which exists to warn you that you forgot to add this extra view?

It could be nice to

Improve this page

Add a description, image, and links to the reactive-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reactive-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.