Commit graph

11 commits

Author SHA1 Message Date
Martín Varela
81b9464f68 deps: bump deps for frontend example
Also fix frontend example to work with current reagent version
2024-04-19 16:25:45 +03:00
Juho Teperi
9f798c63c9 Reorder some example code 2021-11-03 12:16:42 +02:00
Juho Teperi
390cdb1e4e Rename some re-frame effects/events 2020-09-26 16:51:19 +03:00
Juho Teperi
0c85b3d54b Reindent re-frame example code 2020-09-26 16:51:19 +03:00
Juho Teperi
dea8894610 Clean re-frame example initialization 2020-09-26 16:51:19 +03:00
Juho Teperi
c4e84c2875 Add clj-kondo and fix most linting warnings 2020-03-05 13:32:48 +02:00
dimovich
031a777c8c Fix event definitions for routes with parameters
The current implementation will fail for `(re-frame/dispatch [::navigate ::some-route {:some :params}])`.

Update the definitions of `::navigate` and `::navigated!` events to accept the full route arguments.
2019-09-09 20:48:26 +03:00
Valtteri Harmainen
0919b46236 Fixes based on review 2019-04-26 15:52:44 +03:00
Valtteri Harmainen
22f38d9992 Revamped re-frame example
- Flattened into single file

- Changed router to decide which view to render
2019-04-25 10:23:55 +03:00
Valtteri Harmainen
66c6363365 Add backend handler to re-frame example
To enable running example with :use-fragment false
2019-04-20 19:58:59 +03:00
Valtteri Harmainen
bcd4aa33ca Add re-frame example 2019-04-20 17:29:13 +03:00