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

https://github.com/erenworld/tiny-framework

Tiny framework inspired by React
https://github.com/erenworld/tiny-framework

dom framework javascript meta react web

Last synced: 8 months ago
JSON representation

Tiny framework inspired by React

Awesome Lists containing this project

README

          

# react-implementation
Re-implementation of React

>The point of using a framework is to abstract away the manipulation of the DOM, so we want to avoid accessing the DOM. Any piece of information that’s relevant to the application should be part of the state.