CSCfi / CSCfi/rems

Refactor component guide

Open
#2,055 0 comments 0 reactions 0 assignees View on GitHub
Technical Debt
Dominant language
Clojure
Stars
66
Forks
28
Avg merge
7d 4h
Merged PRs (30d)
2

Description

get rid of the `static-hiccup?` heuristic and instead use something simple like

```
[:h3 "table with watermelons"]
[:p "this is an explanation"]
(code
(rf/reg-sub ...)
[:table ...])
[:p "this is an explanation"]
```

or

```
(example "table with watermelons"
[:p "this is an explanation"]
(code
(rf/reg-sub ...)
[:table ...])
[:p "this is an explanation"])
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.