-
Notifications
You must be signed in to change notification settings - Fork 41
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
question: new material-mobx-react-form library? #1
Comments
I'm very interested to develop custom react components compatible with For example, I can have already started to use material-ui on a big project and I want to reduce the boilerplate, or I have to develop a small project and I want to use material-ui but I don't want to require the whole material-ui package, maybe I want a small set of text fields and a concise way to deal with styling, fieldsets and controls. Another point of view can be to scale more and support others UI packages. So we can first create a generic In this way, anyone can also implement it's own components fully compatible with the Imagine we can have specific plugins packages for each UI:
This can be very useful because I will never get all components I need from a single UI package, some components can be missing or broken or not working as we expect. There are other points that should be considered, In summary they would be:
Definitely I want to discuss the development in detail with you and anyone interested in the project. If you want to reach me to chat, I'm available on this slack channel. Thank You. |
Wow, thanks for the lengthy reply! I like all of your suggestions. Here's what I'll do: I've created https://github.com/simpixelated/mobx-react-form-components-material and I'm going to focus on making it work for my app first as a proof of concept. As soon as you or someone else starts a spec for generic |
First of all, huge thanks to you @foxhound87 for making this library. I just started using it and it was a great experience. I'd like to replace my usage of formsy-react/formsy-material-ui with your library. I'm thinking about creating a new repo similar to formsy-material-ui, but instead combining material-ui and mobx-react-form. I was planning to do this internally, but I thought it would make sense to create a public repo/npm package that maybe someone else can use.
My overall goal would be to create a library of material-ui components that can be passed a mobx-react-form
field
and automatically update theerrorText
, etc.I was planning to start with the code you've already written in this demo:
Usage would be just like in your demo code:
My questions are:
The text was updated successfully, but these errors were encountered: