Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaceno/sevenguis-hyperapp
7GUIs implemented in hyperapp v2
https://github.com/zaceno/sevenguis-hyperapp
Last synced: 3 months ago
JSON representation
7GUIs implemented in hyperapp v2
- Host: GitHub
- URL: https://github.com/zaceno/sevenguis-hyperapp
- Owner: zaceno
- Created: 2019-07-11T20:09:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T23:28:53.000Z (over 3 years ago)
- Last Synced: 2024-08-03T01:19:15.206Z (6 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rainmana - zaceno/sevenguis-hyperapp - 7GUIs implemented in hyperapp v2 (JavaScript)
- hyperawesome - 7GUIs with Hyperapp
README
7GUIs with Hyperapp
====================See it in action at [https://zaceno.github.io/sevenguis-hyperapp/](https://zaceno.github.io/sevenguis-hyperapp/)
[7GUIs](https://eugenkiss.github.io/7guis/) is a series
of seven gui-applications, each posing unique
challenges to front-end/GUI development. The goal of their project
is to catalog implementations of the seven tasks in a large variety
of frameworks, in order to showcase how those challenges
can be solved with that particular framework.This is an implementation to the seven tasks using Hyperapp v2
(currently in beta). [Hyperapp](https://github.com/jorgebucaran/hyperapp)
is a javascript front-end micro-framework
featuring a fast vdom implementation, built in state management and
declarative subscriptions. Inspired by Elm, it is heavily slanted
toward the functional and declarative paradigm.