An open API service indexing awesome lists of open source software.

https://github.com/zackify/simpler

A simple react / angular clone. Well, that's the end goal anyway. Just an experiment.
https://github.com/zackify/simpler

Last synced: 9 months ago
JSON representation

A simple react / angular clone. Well, that's the end goal anyway. Just an experiment.

Awesome Lists containing this project

README

          

##Simpler

This is simply me messing around trying to make a framework that is a mix between react and angular.
You can clone it and see what exactly it does. I was attempting to get two way data binding working.
It kind of works, you'll see what I mean if you clone the repo. I am attempting to see how hard it is
to accomplish what angular and react do on my own. The next step here would be to implement some
sort of DOM diffing.