https://github.com/attack-monkey/zeron
A lightweight functional / reactive application framework in typescript
https://github.com/attack-monkey/zeron
framework front-end frontend functional functional-programming functional-reactive-programming
Last synced: 5 months ago
JSON representation
A lightweight functional / reactive application framework in typescript
- Host: GitHub
- URL: https://github.com/attack-monkey/zeron
- Owner: attack-monkey
- License: mit
- Created: 2018-08-04T20:38:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T20:10:55.000Z (over 7 years ago)
- Last Synced: 2025-01-25T08:44:02.141Z (about 1 year ago)
- Topics: framework, front-end, frontend, functional, functional-programming, functional-reactive-programming
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE_LOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Important!!
Work on Zeron has stopped.
Instead we reccomend *hyperapp* as a functional front-end framework.
Hyperapp utilises the same core principles of Zeron (State in one place, State is immutable, Functional over oo, etc.)
## Please check out...
I have put together a hyperapp + typescript seed project at:
[Hyperapp Seed - Typescript](https://github.com/attack-monkey/hyperapp-seed-ts)
### Features
- typescript / tsx
- parceljs
- bootstrap
- hyperappRouter
- auto code splitting + lazy loaded components
- immutable update (iu-ts)