Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3noch opened this issue Feb 6, 2018 · 1 comment
Open

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

3noch opened this issue Feb 6, 2018 · 1 comment

Comments

@3noch
Copy link
Member

3noch commented Feb 6, 2018

This library does two distinct things:

  • Provides bindings to Semantic UI JS API
  • Provides a very specific type-driven API for interacting with Semantic UI's styles and JS

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants