With this addition, now almost the entire app can be expressed in JSON. Here's an example JSFiddle: jsfiddle.net/57ww6u70/22/ 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
1
1
1
It lets you override Cell to behave in ways you always wanted, such as making the $update get triggered in a waterfall manner, and many more. You're only bound by imagination. Check out the discussion: github.com/intercellular/cel…
1
2
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: github.com/intercellular/cel…
1
4
10
Karthik Ganeshram from our IoT lab has written an introduction to @_celljs, a reactive front-end framework. medium.com/@raams.karthik/in…
4
14
cell retweeted
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 !
2
3
A plugin system has been the #1 most needed feature for cell. Anyone who's interested feel free to follow along on GitHub.
Replying to @_celljs
Getting back to this, check out this PR: github.com/intercellular/cel… 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.
1
Fun fact: I originally wrote celljs just to build this Jasonette-web app. But turns out you can use it to build anything!
1
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: github.com/Jasonette/Jasonet…
2
1
2
Powered by Cell.
Jasonette-Web: Write, share, and remix native mobile apps in JSON. medium.com/@gliechtenstein/j…
1
1
cell retweeted
Probably everyone has their own solution for writing their display-only tags for @_celljs , but here's ours: gist.github.com/nubis/c48699…
1
1
3
Infinitely nested components with flexbox play.celljs.org/items/Oa3f0g…
1
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.
First attempt at creating sort of a "framework-like" structure using @_celljs github.com/intercellular/Sim…
1
27 Amazing Web Development "Tools" for the Past Year (v.2018). goo.gl/K1RcSJ
21
32
Wrote a quick app to experiment with @coinmarketcap API to see which #cryptocurrency is actually expensive. Feel free to experiment with it over at play.celljs.org/items/ypmfvg…
3
Something similar over at intercellular.github.io/play… if you look at the bottom of the page--lets you share the raw data-url, no need for a hosted server :D nitter.catsarch.com/nthcolumn/status/95037…
2
Just open sourced @SelectTransform. Here's how it ties into @_celljs : Cell builds web app from JSON; ST builds JSON from JSON.
My latest library ST.js on the front page of Hacker News! news.ycombinator.com
1
4
Realtime #QRcode generator in a single #JSON object 😎 play.celljs.org/items/yYEf9y…
1
9
Is there a markdown dialect that lets you nest code inside ordered list items? The counter restarts after the code whenever i do this!
2
2
4
Check out HTML to JSON to DOM gliechtenstein.github.io/HTM… An editor that takes any HTML and turn it into Cell! Try it yourself!
1
4
8