Coder Social home page Coder Social logo

API is a bit confusing about controls-state HOT 2 OPEN

rreusser avatar rreusser commented on May 29, 2024
API is a bit confusing

from controls-state.

Comments (2)

marcofugaro avatar marcofugaro commented on May 29, 2024

Interesting.. what do you still find confusing nowadays? What the hardest stuff to remember?

from controls-state.

rreusser avatar rreusser commented on May 29, 2024

A lot of the trickiness is contained in this section:

Object.keys(inputFields).forEach((fieldName) => {

state is actually "field accessor" object that returns values when you query state.propname rather than the field instance itself. With the exception of section. state.section returns a field accessor object for that section.

The result is this:

  • state.propname: returns a value
  • state.$field.propname: returns the field instance so that you can operate on it
  • state.sectionname: returns a "field accessor" with properties defined so that…
  • state.sectionname.propname: returns a value. but of course what if we want the instance, so that…
  • state.sectionname.$field.propname: will return the field instance

The goal was to make a very simple API for 95% of the use cases, which are just querying values. The downside is that I get a little turned around when navigating the internals.

from controls-state.

Related Issues (6)

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.