https://mfrachet.github.io/create-frontend-framework/
👓 Creating a front end framework for learning purpose
https://mfrachet.github.io/create-frontend-framework/
Last synced: 7 days ago
JSON representation
👓 Creating a front end framework for learning purpose
- Host: GitHub
- URL: https://mfrachet.github.io/create-frontend-framework/
- Owner: mfrachet
- Created: 2018-04-30T15:07:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:19:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T23:26:23.856Z (8 months ago)
- Language: JavaScript
- Homepage: https://mfrachet.github.io/create-frontend-framework
- Size: 1.48 MB
- Stars: 228
- Watchers: 5
- Forks: 38
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- build-your-own-x - **JavaScript**: _Building a frontend framework, from scratch, with components (templating, state, VDOM)_
README
[Slides available here](https://docs.google.com/presentation/d/1QeK3f9Ycae0oLG5CCgrLsYbxTNd7iamPBGkotvxWCzI/edit?usp=sharing)
_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/**