reflex-frp / reflex-dom-semui

A reflex-dom API for Semantic UI components
https://reflex-frp.org/
BSD 3-Clause "New" or "Revised" License
22 stars 10 forks source link

RFC: Split out bindings into un-opinionated core #30

Open 3noch opened 6 years ago

3noch commented 6 years ago

This library does two distinct things:

I'd like to propose that these be split into two libraries. I found the API for styles is abstracting along the wrong axis for my use case so I don't use them (e.g. styles and colors are implementations of larger goals that often change depending on the application, so the abstractions will need to be per-app to make the most sense). However, the bindings are still useful, but many of them don't work well.

I pulled much of the binding out to here: https://github.com/3noch/reflex-dom-semantic-ui-core

mightybyte commented 6 years ago

This sounds like a reasonable idea to me. Any ideas on repo names, etc? I'm thinking we should leave this library as-is for people who are using it and set up the other two independently as you're describing.