Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

outwatch/purescript-outwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OutWatch - Functional, reactive and type safe UIs

Build Status Gitter chat

This project is currently unmaintained!

Active development is happening in the scala version of OutWatch: https://github.com/OutWatch/outwatch

Getting started

First you will need to install purescript and pulp if you haven't already. Then run the following commands to install OutWatch.

$ bower install purescript-outwatch
$ npm install rxjs snabbdom

And you're done, you can now start building your own OutWatch app! Please check out the documentation on how to proceed.

Three main goals of OutWatch

  1. Updating DOM efficiently without sacrificing abstraction => Virtual DOM
  2. Handling subscriptions automatically
  3. Removing or restricting the need for Higher Order Observables

Examples

All examples are located in folder examples:

Run tests

npm install
npm test

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.