15 Commits

Author SHA1 Message Date
Luca Casonato
77142fe4a0 docs: remove JSX pragma everywhere 2022-09-08 11:53:38 +02:00
Yuki Tanaka
0449a4c73a docs: mention kebab case naming for islands (#572) 2022-08-08 21:22:58 +00:00
kku77
7524d00ccf docs: fix minor typos (#393) 2022-07-04 13:47:48 +00:00
Tamal H
fcff570fc1 docs: improve grammar (#362) 2022-07-04 11:21:47 +00:00
umfy
1ac2166daa docs: fix cleanup in adding interactivity example (#333)
The previous solution did not clear interval after the time has passed.
The "now" variable was not being updated in useEffect().
2022-07-04 10:56:14 +00:00
Luca Casonato
cbbf616a74 chore: version preact explicitly in import map (#258)
This allows users to control the `preact` version independently of fresh
itself.
2022-06-20 12:37:24 +02:00
tanquar
61b71c6720 docs: grammatical correction, and remove unused import (#249) 2022-06-18 15:09:48 +00:00
Luca Casonato
836cc24bdd feat: remove fresh cli, do manifest generation in process (#223)
This commit removes the `fresh` cli, replacing it with a small bootstrap script,
and JIT generation of the manifest that happens in process during development.
2022-06-14 09:39:38 +02:00
Michael Stillwell
ae37dc50a8 docs: architechture -> architecture typo (#228) 2022-06-13 23:51:37 +00:00
Horjea Cosmin
2ce7186ce5 docs: remove curly braces in import for Countdown (#229)
Since Countdown is a default export, putting curly braces here will raise an error
2022-06-13 23:49:52 +00:00
Luca Casonato
80598d07fd feat: use import maps instead of deps files (#209)
This commit updates fresh to use import maps instead of deps files in generated projects.
2022-05-23 19:35:15 +02:00
Luca Casonato
fd6724c050 chore: rename *_deps.ts -> deps.*.ts (#206)
As per David's suggestion.
2022-05-23 16:05:33 +02:00
Luca Casonato
2a2b948a58 docs: add descriptions to all pages (#195) 2022-05-17 02:19:32 +02:00
Luca Casonato
12a9839cf2 docs: add a link explaining pascal case 2022-04-23 20:53:07 +02:00
Luca Casonato
73fd41be31 feat: add docs section to website (#108) 2022-03-07 21:08:55 +01:00