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.
- Host: GitHub
- URL: https://github.com/zackify/simpler
- Owner: zackify
- Created: 2014-12-02T23:52:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T00:15:50.000Z (over 11 years ago)
- Last Synced: 2025-02-12T14:21:33.616Z (about 1 year ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 11
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.