schneiderfelipe / hyperscript

📎 Create HyperText with Nim.
https://github.com/schneiderfelipe/hyperscript
4 stars 0 forks source link

Components through the tag name slot? #3

Open schneiderfelipe opened 3 years ago

schneiderfelipe commented 3 years ago

Maybe functions instead of strings?

func widget(...): ... =
  ...

h(widget, {...}, ...)  # ?

How useful is that?