Commit Graph

217 Commits

Author SHA1 Message Date
Kofifus c3717e3ff7
Enhance augmented dispatch examples (#1112) 2023-04-04 11:24:03 +09:00
Zacharias Enochsson 5dff7237f5
Typo (#1110) 2023-02-23 16:35:20 +09:00
Zacharias Enochsson 44aa0dfab3
Improve example of returning array of nodes (#1109) 2023-02-23 14:08:13 +09:00
Zacharias Enochsson 9ee6a507c8
Use examples that work (#1107)
The original example referenced dispatching an action within an augmented dispatch function, which is harmful. This proposal shows how augmented dispatch "middleware" can be used in a safe way to tap in to dispatched actions and state updates. Also demonstrates how multiple predefined middlewares can be combined.
2023-02-09 13:47:15 +09:00
Kofifus 008e184c76
Flowchart update (#1106) 2023-01-31 15:57:54 +09:00
Tim Gates 0be594c713
docs: Fix a few typos (#1103) 2022-12-28 10:15:48 +09:00
Kofifus 8fffd71fbd
Added doc for synthetic events (#1099) 2022-09-19 00:11:56 -03:00
markfirmware 2254f95467
init: of app() needs effectful array too (#1097) 2022-08-09 15:39:15 -03:00
Kofifus 153a3a9776
Doc refactor (#1088) 2022-03-18 22:45:09 -03:00
Zacharias Enochsson 82caa5d941
Allow bare effecter as effect (#1075) 2022-03-02 09:25:20 -03:00
Kofifus 935f4c6acc
Flowchart (#1085) 2022-02-22 21:33:41 -03:00
Seasonley e64faca609
Fix tutorial code (#1063) 2021-05-10 08:10:50 +09:00
Zacharias Enochsson f3350fea96
New shiny tutorial (#1060) 2021-05-04 20:13:09 +09:00
skanne 7a5c5c8e1e
Improve, proofread documentation (#1059) 2021-05-04 20:12:00 +09:00
Ron Martinez 77ca5ab390
Improve dispatch docs (#1046) 2021-04-07 10:53:54 +09:00
Ron Martinez a4ce5f5789
TypeScript definitions for 2.x with docs (#1016) 2021-04-05 12:29:37 +09:00
Ron Martinez a059a7b078
Overhaul Documentation (#1042) 2021-03-31 12:51:55 +09:00
Pietro T 9df1acafc0
Document middleware rename to dispatch (#1032) 2021-02-14 20:45:29 +09:00
Stefanus Thobi Sinaga 24199514b9
Fix typo in example (#1023) 2021-01-31 20:32:54 +09:00
Jorge Bucaran d8372719eb
Explain how subscriptions work (#1022)
Describe the conditions that cause a subscription
to start, restart, or stop.

Close #1022
2021-01-30 16:00:42 +09:00
Jorge Bucaran 1332e88a06
Document text() in the Reference
Close #1001
2021-01-29 21:17:13 +09:00
Zacharias Enochsson bfa02ba452
Update tutorial (#994)
* Update tutorial

* fix typos

Co-authored-by: Zacharias Enochsson <zache@Zachariass-MacBook-Pro.local>
2020-11-20 11:57:48 +09:00
ryanford-dev 8e941b1cf3
Upd reference signature/description for `h` func (#988)
doc: `h` function is not using rest operator or other gathering of extra arguments
2020-10-19 23:22:31 +09:00
Jay Querie ea0d59e780
fix typo: Optionnally --> Optionally 2020-10-17 22:49:53 -04:00
Jorge Bucaran 87d072cedd
Fix errors in the documentation 2020-07-15 13:57:01 +09:00
Jorge Bucaran 2175bfb4de
further size optimizations 2020-07-15 02:42:33 +09:00
Jorge Bucaran 43d7cb65ef
populate with package jasons 2020-07-08 04:08:19 +09:00
Jorge Bucaran e256e5bbd8
add in progress badge to packages not done 2020-07-08 03:42:11 +09:00
Jorge Bucaran 7a9134ce92
Revamp README, add contributors 2020-07-07 22:22:10 +09:00
Jorge Bucaran 2b177983f4
Docs 2020-07-06 21:54:17 +09:00
Jorge Bucaran 00225939b1
Docs 2020-07-05 16:19:16 +09:00
Rory O’Kane eec455a2b5
Fix spelling of “whether” in tutorial (#964) 2020-07-04 21:03:45 +09:00
Jorge Bucaran f1b6de9c90
Formatting, typos, minor refactoring 2020-07-01 01:38:17 +09:00
mab 0eb6b0f662
Use more common "subtract" instead of obsolete "substract" (#958) 2020-06-30 23:37:33 +09:00
Jorge Bucaran 4121de9db4
Rename section placeholders 2020-04-22 21:24:11 +09:00
Alexandre Lotte f30e70e775
Fix website search so you need to submit to trigger a search (#935)
- Update the website search so you need to submit to trigger a search.
- Refactor select() calls to effects
- In mobile, a full-screen form appears when you search
2020-03-22 00:19:01 +09:00
Alexandre Lotte e264cf38c0
Fix issue with weird touch target on the logo (#936)
Currently, to return to homepage in mobile, you need to hit the icon on the left side, because if you hit the right side of the icon, the easter egg switches it to the smaller icon, which moves the target away from the touch and the click event never fires.
2020-03-13 12:39:49 +09:00
Zacharias Enochsson cc7a0f427d
Update tutorial various (#929)
- Fix missing screenshots
- Move tutorial assets into source tree
- Add ToC
- Change codestyle to lowercase events
- Change codestyle to only actions PascalCase
- Rewrite to teach custom effects / subs
- Use GitHub raw URLs for tutorial screenshots
- Get rid of .prettierrc

Authored-by: Zacharias Enochsson <zache@axis.com>
2020-03-13 00:27:42 +09:00
jascha ehrenreich b8cc0faa8b
Use .entries only if we're in a modern browser (#934) 2020-03-09 22:34:26 +09:00
Jorge Bucaran 48acd86258
Fix typo in counter app 2020-03-07 15:37:18 +09:00
jascha ehrenreich b164243235
Roll own Object.fromEntries; fix #919 2020-02-29 16:19:43 +09:00
Alexandre Lotte a31ac357c8 Improve website docs (#920) 2020-02-08 12:48:41 +09:00
Sergey d7c455f5fe
Chore: docs update (#915)
- Removes directory clean before docs deployment. 
- Do not to clean CNAME file on each deployment
- Merge docs and web directory #912
- Removes .png files from docs directory #911
2020-01-30 10:59:18 +09:00
Alexandre Lotte 99b5e190a3
Hyperapp official website (#900) 2020-01-28 23:57:19 +09:00
Denis Sikuler 7261139160 Fix several typos in the tutorial (#910) 2020-01-27 15:46:50 +09:00
迷渡 c9aec31789 Update footer for 2020 (#908) 2020-01-19 12:23:44 +09:00
Dan Prince a04bef7939 Fix link from tutorial to api reference (#907) 2019-12-30 17:25:04 +09:00
Zacharias Enochsson a8642154c7 add checkpoints with live examples (#890)
Also some minor tweaks
2019-10-17 05:01:13 +09:00
Zacharias Enochsson 3186fe180f Documentation: add tutorial (#881) 2019-10-03 01:35:03 +09:00
Jorge Bucaran 80984b4d64
logo micro update 2019-08-07 03:45:42 +09:00