PhrontendJS

A JS framework for simple, reactive interfaces

Framework
[freym-wurk]
framework embodies some abstract design, with more behavior built in. In order to use it you need to insert your behavior into various places in the framework either by subclassing or by plugging in your own classes. The framework's code then calls your code at these points.

 

Library
[lahy-brer-ee]
library is essentially a set of functions that you can call, these days usually organized into classes. Each call does some work and returns control to the client.

Vs.

Reactive Programming
[ree-ak-tiv] 
programming paradigm oriented around data flows and the propagation of change

 

One-way data binding

Changes to the model cause the view to re-render with new data automatically.

 

Two-way data binding

One-way data binding plus changes in the view are reflected in the model automatically

ReactJS

 

​~ A 

Architecture Diag

deck

By Abhinav Rastogi

deck

  • 678