Home

Awesome

Proact

Table of Contents

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

Introduction

Proact is a reactive framework that communicates with Facebook's React library through commands expressed as Free programs and extensible effects. These interactions provide access to a global single state that is composable via profunctor lenses.

Proact enables the development of robust real-world Web Applications by achieving the following goals:

Installation

git clone https://github.com/alvart/purescript-proact.git proact
cd purescript-proact
spago install

Building

spago build

Examples