Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/**