Code Monkey home page Code Monkey logo

templatekit's People

Contributors

mcudich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

templatekit's Issues

Add looping support to templates

To the extent that it meets App Store guidelines, templates should allow for simple conditional and looping logic (like Mustache does).

Animation support

Support mutating property and state values over time, or via a gesture. Proper animation support would allow specifying things like transitions, keyframes, and so on. These need to be settable both via declarative and imperative syntax.

Ability to "hide" components

There currently is no way to hide a component (a la display: none in CSS). Hiding a component should remove it completely from layout calculations, but have it remain in the UI tree.

List component

Add a basic List component that supports simple use cases where a TableView might be used. Such a component would receive a delegate and data source as properties and would manage updating itself as needed.

Table component should be smarter about reloading data

Right now, it blindly reloads data any time it sees that item keys have changed. Instead, the table component should diff the item keys to understand the minimum set of operations it needs to perform to reload rows.

Add ability to compose Animatables

Right now you can only animate a single animatable, but not chain them or compose them in any way. Add some sort of AnimatableGroup object or something that would allow for this.

Allow styling components based on their current state

Right now, there's no way to specify a given set of styles that should be applied to a component when that component's state changes. This has to do with the fact that styles are passed as properties, and an internal state change is insulated within a component. This means that state may change, and the parent component, where the styles are defined, may not know about it.

Add ability to specify animation transitions in CSS

Using the standard CSS transition property. The component rendering this template would need to get access to whatever Animatables are constructed from the CSS property declarations so that it could animate them appropriately.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.