You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to see more documentation about how to develop an application following the MVC pattern. You've built the Mail.app as a demonstration of the framework, and it has some controllers, models and, of course, views.
Uki doesn't want to be a Jack-of-all-trades. It only does layout but it does it well. You won't find any ajax or data storage layer code here.
I've saw the above paragraph on the website and I think is a little bit confusing, no?
You've done a great work on the framework, it's really fast and simple.
The text was updated successfully, but these errors were encountered:
I'm also interested in what people use for AJAX with UKIJS, however if you're using AJAX the storage layer should be handle by the server shouldn't it?
@petsagouris: Well, I use my own library, Shrike, which is fast, very lightweight, modular, and almost completely undocumented. It provides DOM manipulation, Ajax, events, animation, and a few utilities. I'm working on a UI extension and an MVC library, but since you're already using uki you don't really need those.
If you want any help with using it, since I'm still writing the documentation, file an issue or send me a message.
Hello,
It would be great to see more documentation about how to develop an application following the MVC pattern. You've built the Mail.app as a demonstration of the framework, and it has some controllers, models and, of course, views.
I've saw the above paragraph on the website and I think is a little bit confusing, no?
You've done a great work on the framework, it's really fast and simple.
The text was updated successfully, but these errors were encountered: