HeinrichApfelmus / frp-guides

A collection of tutorials, guidelines, examples, patterns and half-baked ideas on functional reactive programming (FRP).
65 stars 4 forks source link

Custom Widget Code #2

Open archaephyrryx opened 7 years ago

archaephyrryx commented 7 years ago

I have written a number of custom widgets for threepenny-gui and reactive-banana as part of various projects, and was wondering whether these would be at all useful for this repository. It would be helpful to get some feedback on my designs and any improvements/alternatives for them, as well as help others by providing examples of patterns that I have found useful.

HeinrichApfelmus commented 7 years ago

Oh yes, absolutely, I would love to see what widgets you came up with!

The idea was that if you make a top-level folder with your (nick)name in it, then this will be your personal playground in which you can do anything you like, it doesn't have to be polished at all.*

With this as a starting point, we can migrate some examples to a more "polished / curated" top-level folder, named widgets or something like that. I suggest a layout similar to the frp-intro folder, with a README that features installation instructions and maybe screenshots of the widgets.

* Maybe I should figure out how to make an organization on github and manage write access. It would probably be a bit tedious for you to do pull requests all the time.