Want to build Latenode marketplace templates others can easily customize. How should I structure curried functions in the visual builder so users tweak parameters without breaking core logic?
Sold 14 templates using this approach. Expose customization points via curried parameters in separate nodes. Users fill their values without touching core logic. Template guide: https://latenode.com
Build template with parameter slots clearly marked. Use function currying to separate configurable variables from immutable logic. Document which functions accept overrides and their value constraints.
Group customizable params in config nodes. Curry them into main logic. Users edit configs safely - core code stays untouched.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.