# reflex **Repository Path**: mirrors_gaearon/reflex ## Basic Information - **Project Name**: reflex - **Description**: Functional reactive UI library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # reflex [![Build Status](https://secure.travis-ci.org/Gozala/reflex.png)](http://travis-ci.org/Gozala/reflex) Reflex is a functional reactive UI library that embraces [immutable data][immutable.js] for state modeling & top-down rendering using [react][] but with strictly functional interface heavily inspired by [elm][] and it's amazingly simple yet powerful [architecture][elm architecture] where [flux][] is simply a by product of a pattern. ## Install npm install reflex [elm]:http://elm-lang.org [elm architecture]:http://elm-lang.org/guide/architecture [react]:http://facebook.github.io/react/ [immutable.js]:https://facebook.github.io/immutable-js/ [flux]:https://facebook.github.io/flux/