Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfrachet/create-frontend-framework
👓 Creating a front end framework for learning purpose
https://github.com/mfrachet/create-frontend-framework
Last synced: 2 days ago
JSON representation
👓 Creating a front end framework for learning purpose
- Host: GitHub
- URL: https://github.com/mfrachet/create-frontend-framework
- Owner: mfrachet
- Created: 2018-04-30T15:07:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:19:46.000Z (about 2 years ago)
- Last Synced: 2024-05-18T19:13:20.022Z (8 months ago)
- Language: JavaScript
- Homepage: https://mfrachet.github.io/create-frontend-framework
- Size: 1.48 MB
- Stars: 215
- Watchers: 5
- Forks: 36
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - create-frontend-framework
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/**