Skip to content

An exercise: creating a JS reactive framework on my own (with some inspiration)

License

Notifications You must be signed in to change notification settings

miltonlaufer/reactiveframeworkjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Reactive Framework Test

Some years ago, during a job application process, I was asked to create a HTML reusable component without using any external library or reactive framework... So, based on this idea I tried to develop my own JS reactive "framework".

Reactive "framework": classes/component.js

Component: js/multiSelect.js

Examples:

  • test.1.html: simple example of how to bind states (you can see it working here)
  • index.html: the component I had to create for the job (you can see it working here)

This is how the component looks like:

Screenshot

About

An exercise: creating a JS reactive framework on my own (with some inspiration)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published