2 comments

  • nsonha 1 hour ago
    I'm all for declarative DSL, just not sure why it has to pretend to be a static config. A functional API can look much cleaner.
  • GenerocUsername 11 hours ago
    I always want to use this lib and end up just doing small simple solutions.

    Does anyone have case examples of when this abstraction helps vs hinders

    • sebmellen 8 hours ago
      We have a very complex app with many states for each page. A good example is a liveness detection page where we need to check the user’s face position and inform them on how to move it. Formalizing the acceptable state and state transitions is a game changer.