Is there any documentation available
Hi, Is there any documentation available. It would be very helpful to get a central place where developers can refer and make a app. This is till now a simply awesome project. Good work.
Thanks! The best documentation now is the README at https://github.com/redgeoff/mson.
I recently began a documentation site for mson at https://mson-docs.readthedocs.io/
I'm not the creator of mson, @redgeoff is. I am actually very new to it, still learning. But I'm trying to document what I learn because I believe the MSON project is pretty impressive and has real potential can be super useful to people.
Here's what you'll find there so far:
- some basic information on MSON
- a repository of examples, include live Code Sandbox projects from @redgeoff and some that I have contributed
- a section about how to create custom MSON components, including their accompanying custom MSON-React UI components
- links to some of @redgeoff 's articles, which I have been reading frequently. Every time I learn something new from practicing and diving into the code, I skim through them again, and the puzzle pieces start to come together a little more
I'm hoping this helps a few people and helps move the project forward some.
If any of you MSON users out there have anything you would like to contribute to the docs, please submit a pull request at the docs repo: https://github.com/joshglenn/mson-docs
If you have anything you'd like to see added to the docs, feel free to submit an issue there if you like, and I'll see what I can do to help.
This is awesome!! @joshglenn I hope to contribute more to this effort soon.
Hello guys, Is there any documentation about this kind of conditional logic?
if: {
'fields.country.value': {
$ne: null
}
},
actions: [
{
component: 'Emit',
event: 'adjustFields'
},
{
component: 'Emit',
event: 'setHidden',
value: false
}
],
Thanks in advance.
Oh I found this is the library that's being used right? https://github.com/crcn/sift.js