0.0.4 • Published 8 years ago

proactive v0.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Proactive

Component drive data fetching for the React ecosystem.

Store your data requirements alongside your presentation code and fetch what each component needs either on the server or on the client (universal). Don't using blocking requests in getInitialState or get stuck passing the world to your root components only to slice out props for each leaf.

Why Proactive?

-- pending

Usage

-- pending