Dillon Kearns
|
51aea3b539
|
Simplify Server.Response API by combining render repsonses and server responses into the same API.
|
2022-01-17 20:56:37 -08:00 |
|
Dillon Kearns
|
03dd16a86f
|
Wire through custom headers and status codes for RenderPage server responses.
|
2022-01-17 16:56:40 -08:00 |
|
Dillon Kearns
|
08138e7a26
|
Use () instead of Never for Msg's in stateless pages. That way, you can map Msg's (unlike never).
|
2022-01-05 14:09:37 -08:00 |
|
Dillon Kearns
|
7b743cf72d
|
Rename module.
|
2021-12-31 16:15:41 -08:00 |
|
Dillon Kearns
|
4fedf9ee19
|
Rename prerender -> preRender.
|
2021-12-23 13:34:19 -08:00 |
|
Dillon Kearns
|
afb81f7224
|
Replace handleFallback with PageServerResponse for prerenderWithFallback.
|
2021-12-23 11:14:46 -08:00 |
|
Dillon Kearns
|
df321d429d
|
Fix typo.
|
2021-12-15 12:41:53 -08:00 |
|
Dillon Kearns
|
bff850fcc4
|
Update SEO data.
|
2021-12-15 12:35:50 -08:00 |
|
Dillon Kearns
|
dacba7358e
|
Update pokedex example.
|
2021-12-15 09:26:23 -08:00 |
|
Dillon Kearns
|
010cfb9c2a
|
Rename routes to pages. Routes are the category of page, pages are the specific things to pre-render for a given route, so this terminology is more consistent and clear.
|
2021-12-10 16:03:07 -08:00 |
|
Dillon Kearns
|
e6c2031737
|
Rename Page builder functions.
|
2021-06-24 10:05:16 -07:00 |
|
Dillon Kearns
|
2177d2bf1d
|
Use lowerCamelCase for field names.
|
2021-06-03 11:58:35 -07:00 |
|
Dillon Kearns
|
a3c67ba6c6
|
Handle <= 150 in pokedex.
|
2021-06-01 20:58:04 -07:00 |
|
Dillon Kearns
|
895e699e6b
|
Use fixed url for pokedex time.
|
2021-06-01 15:00:04 -07:00 |
|
Dillon Kearns
|
f398c9127b
|
Change base URL for time endpoint.
|
2021-06-01 14:52:41 -07:00 |
|
Dillon Kearns
|
fc15cebc03
|
Show current time in pokemon response.
|
2021-06-01 14:38:03 -07:00 |
|
Dillon Kearns
|
57fdd80fda
|
Rename folder.
|
2021-06-01 11:03:29 -07:00 |
|