Now you can write plugins for Cell. It's called VIRUS! You define functions that "infect" cells to behave in ways you desire. Here's how it works: https://t.co/EKPpUfPBfw
With this addition, now almost the entire app can be expressed in JSON. Here's an example JSFiddle: https://t.co/RnhTdHfDhj It's still using some JavaScript variables but it would be cool if we could eventually figure out a way to express everything as PURE DATA, in flat JSON
Experimenting with some virus idioms for @_celljs , reducing nesting and attribute count when generating markup. See what it did to this bootstrap textarea form-group !
@nubis_bruno Interesting, maybe we could also express this in a JSON-like manner so that it's composable just like the rest of cell components? Maybe sort of a plugin system
@_celljs Getting back to this, check out this PR: https://t.co/2DNurEj8tk it's a plugin system and one of the examples is a small library that helps with generating markup. The other example is makes $update propagate recursively into child components.
Many people wonder if celljs can be used for complex apps. I built this entire app with a simple #rubyonrails API server + cell frontend. Here's the main cell: https://t.co/W1hI01fxvK
Just wrote this up this morning. It's pretty cool how the JSON-based nature makes it possible to pass around views, models, and controllers as JSON objects. https://t.co/xPEMX6BWuD
Wrote a quick app to experiment with @coinmarketcap API to see which #cryptocurrency is actually expensive. Feel free to experiment with it over at https://t.co/2kNA3oQymz
Something similar over at https://t.co/2bspuLIT3S if you look at the bottom of the page--lets you share the raw data-url, no need for a hosted server :D https://t.co/3J87Dc8ePx
@nthcolumn Good catch! I just pushed an update https://t.co/o3Aysc64Vv and the https://t.co/eX5Nsn0oMZ should also be updated to reflect the change. Can you see if that fixes the problem?