Liking cljdoc? Tell your friends :D

Changelog

[0.12.7 Unreleased]

Added

  • sweet-tooth.frontend.sync.flow/sync-entity-req: use like (sync-entity-req :put :comment {:id 1 :content \"comment\"}). Handles common case of just wanting to sync an entity by associating the entity into the :route-params and :params sync options.
  • :sweet-tooth.frontend.sync.flow/sync-entity handler
  • :sweet-tooth.frontend.sync.flow/sync-entity-once handler
  • :sweet-tooth.frontend.sync.flow/sync-unless-active handler, now used by sweet-tooth.frontend.form.flow/submit-form to prevent double form submission
  • :sweet-tooth.frontend.nav.flow/navigate-route handler, allows you to navigate using route data instead of a path string

Fixed

  • Input component options weren't getting applied correctly

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close