KO
|
EN
gitlite — search
Search
#python
#php
#javascript
#ruby
#hacktoberfest
#blog
#plugin
#shell
#grammar
#video
#dotfiles
#osdev
purescript-jelly
★ 67
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
DreamAssemblerXXL
:
No description available.
yfexam
:
考试系统是一款基于JAVA开发的,使用SpringBoot+Vue开发的一款多角色在线培训考试系统平台,系统集成了用户管理、角色管理、部门管理、题库管理、试题管理、试题导入导出、考试管理、在线考试、错题训练等功能,考试流程完善。
gitopolis
:
Manage multiple git repositories - CLI tool - run commands, clone, and organize repos with tags
Udacity-SQL-Notes
:
Some notes on Udacity's SQL course
daily-react
:
React hooks and components to get started with Daily
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
purescript-jelly
?
Download (.md)
# Jelly Jelly is a UI framework based on Signal. ## Features - 💥 Reactive State management can be done using a reactive value called a Signal. It is not FRP (Functional Reactive Programming) because it is basically a discrete value. - 💘 No Virtual DOM Jelly does not use a virtual DOM. It updates the DOM directly. - 🪜 Declarative With Jelly, components are defined declaratively, but it is also possible to control when components are mounted and unmounted. - ⚙️ Hooks Logic can be reused and synthesized using Hooks. - 🧱 Component A simple component system can be used to divide pages by role. - 🧭 SPA Routing The router overrides the browser's behavior, allowing page transitions without loading the entire page. - 📦 SSG Jelly can be used to generate static HTML files, and hydrate them to make them interactive. Jelly depends [jelly-signal](https://github.com/yukikurage/purescript-jelly-signal) and [jelly-hooks](https://github.com/yukikurage/purescript-jelly-hooks) Since systems such as component separation are provided by these, Jelly only provides HTML feature. ## Installation ``` spago install jelly ``` ## Documents See [Jelly's home page](https://jelly.yukikurage.net/) for more details.