Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridloghifary/frontend-framework
Build a frontend framework from scratch, just to understand how it works
https://github.com/ridloghifary/frontend-framework
framework frontend
Last synced: 14 days ago
JSON representation
Build a frontend framework from scratch, just to understand how it works
- Host: GitHub
- URL: https://github.com/ridloghifary/frontend-framework
- Owner: RidloGhifary
- Created: 2024-07-17T07:37:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T10:02:38.000Z (6 months ago)
- Last Synced: 2024-11-08T00:58:43.228Z (2 months ago)
- Topics: framework, frontend
- Language: JavaScript
- Homepage:
- Size: 689 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_This project aims to provide a step by step implementation of a "frontend framework". It's only for learning purpose and allows to take a first shot of internal stuff such as templating, state management, and the use of Virtual DOMs._
[NEW: here's another way to implement it using React API and JSX](https://github.com/mfrachet/create-frontend-framework/tree/jsx)
**NEW: the project is now available on github pages! https://mfrachet.github.io/create-frontend-framework/**