Git Product home page Git Product logo

Comments (5)

ShMcK avatar ShMcK commented on May 20, 2024 1

Not a bad idea. But the slippery slope of configuration might be better avoided.

I chatted with Scott today about this. I'll summarize the key points

The ideal dispatch API should:

  • autocomplete
  • have a simple API
  • throw an error or warning if you dispatch an invalid action

Probably the current API has the most hope and getting all three.

from rematch.

blairbodnar avatar blairbodnar commented on May 20, 2024

Definitely some cool ideas here! @ShMcK

Perhaps we could provide the flexibility for both. By default, create the action creators on start up, but also have options to change that behavior.

Maybe two options like this:

  1. A top level option that tells rematch to create all action creators on the fly.
init({ lazyActionCreators: true })
  1. A model option that tells rematch to only create action creators on the fly for that specific model.
model({
  lazyActionCreators: true,
  name: 'count',
  ...
})

from rematch.

blairbodnar avatar blairbodnar commented on May 20, 2024

Yup yup, agreed. And depending on your IDE, The autocomplete kinda works anyways.

from rematch.

ShMcK avatar ShMcK commented on May 20, 2024

You and your amazing WebStorm.

Anything else you'd like in an action?

from rematch.

blairbodnar avatar blairbodnar commented on May 20, 2024

haha, yup, WebStorm makes me happy!

Can't think of much else for now. Idea # 2 you mentioned above would be cool though!

So far, my day to day use with mirror is pretty nice, so I'm happy so far with what we have!

from rematch.

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.