-
Notifications
You must be signed in to change notification settings - Fork 12
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
Binding json data into a lazy loaded template #11
Comments
Thanks for the kind words @joeblew99 ! Well.. more or less that's our main use case :) The only difference is that we use PuppetJS (precisely Briefly:
For more info, take a look at:
I plan to write small article on creating partials Web Components - way. Hopefully I'll find some time to make it in September. For sure you will find it at http://starcounter.io/blog/ and https://twitter.com/tomalecpl If you have any other ideas or questions feel free to ask. ps. Sorry for the late response, I have just came from vacations 🌴 |
wow this is a nice surprise. I see how this gets rid of lots of glue code for applications. Really good work. I am thinking about using this, but i read that starcounter is windows only because its c#, so its windows only ? |
If starcounter is c# that is cross compiled then i would be interested in it running on OSX, IOS and android. Not joking. Can you run Visual Studio on OSX now ? I use VSCOde on OSX at the moment |
This is some seriously good stuff.
Thanks for writing this !!
I have a use case question - not a feature request.
The user has lots of templates. Let's say they are in markdown and it represents email templates.
The user also has a json schema and json datasets that conforms to that json schema.
With juicy, I think I can build a way for the user to put special tags in the template and for the user to map json data to the tags.
And show the result of the data binding.
The key point is that juicy becomes an IDE of sorts because everything is dynamic.
I actually want to do the data bind on the server in golang. But I want to make it easy for the user to visually edit markup and configure the data mapping of the json to the tags inside the template.
Your components look to be made to do this type of thing or am a madman ? :)
The text was updated successfully, but these errors were encountered: