Skip to content

CarlMungazi/aprender-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn JavaScript By Building A UI Framework

What Is This?

A project similar to this. They say one of the best ways is to learn is by doing. Well, this is just that. There are so many tools used in frontend development and this is my attempt at learning some of them from a first principles approach. I am building basic, non-production versions of various parts of the frontend stack and documenting the lessons learned in the process.

The articles written in the series so far are:

Whilst not part of the series, this article I wrote for Smashing Magazine explains some of the benefits of this project.

Aprender

Aprender is the UI framework and it is built using the virtual DOM paradigm. It contains the following features:

  • Turning JavaScript objects into DOM elements
  • Adding on-event handlers to DOM elements
  • Very basic virtual dom algorithm

Examinar

Examinar is a testing framework not modelled upon anything in particular. It has the following features:

  • Assertions
  • A DOM implementation for the node environment

Maleta

Maleta is a module bundler which builds upon the work of Minipack. It has the following features:

  • Bundles both ES and CommonJS modules
  • CLI tool
  • Built-in dev server

About

Learn JavaScript by rebuilding the frontend stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published