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
- Host: GitHub
- URL: https://github.com/erenworld/tiny-framework
- Owner: erenworld
- License: mit
- Created: 2025-06-08T18:29:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T16:28:53.000Z (8 months ago)
- Last Synced: 2025-07-23T16:35:24.633Z (8 months ago)
- Topics: dom, framework, javascript, meta, react, web
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/tiny-react-lib
- Size: 145 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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.