4.0.0 • Published 3 years ago

o-blue-print v4.0.0

Weekly downloads
11
License
ISC
Repository
bitbucket
Last release
3 years ago

BluePrint

A library to decouple rendering from logic in a React application

Installation

npm install o-blue-print

Summary

BluePrint concept is quite simple

First half, is to give to all React Components with application logic, as opossed to rendering logic alone, a blue print with the specifications of what it should render. Then, let the Component render it, rather than passing data in loose props

The other half, is to move all logic, not strictly related to the rendering phase, out from the Component, to its BluePrint

With this approach, no component ever need to call .setState({...}) to update the program GUI

Components call named methods on their BluePrints, and it's each BluePrint the one to invalidate the current state, to produce a new rendering phase

4.0.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago