Project:Map: Difference between revisions
Information about Kenshi Wiki
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Map == | == Map == | ||
*2/27 - Setting up Nuxt environment. | *'''2/27''' - Setting up Nuxt environment. | ||
:*Expected as: | :*Expected as: | ||
::*SSG | ::*SSG | ||
| Line 10: | Line 10: | ||
::*However, the plan for modlist tokens means there will need to be authentication (silent) to communicate with user created configurations. | ::*However, the plan for modlist tokens means there will need to be authentication (silent) to communicate with user created configurations. | ||
::*Nitro's exact role is projected to be limited or on-use, if used. Need to dig here -> ''see the protected API calls and background mini-sync.'' | ::*Nitro's exact role is projected to be limited or on-use, if used. Need to dig here -> ''see the protected API calls and background mini-sync.'' | ||
*'''2/28''' - Vue? Nuxt? | |||
:*What is actually true is "ssr:false", at least as far as Leaflet is concerned. | |||
::*Since it operates (exclusively) in the client realm the biggest questions are: | |||
:::*Prerendered with simplified routes? vs -- | |||
:::*Selective prerendering. | |||
:::*Landing animation? Haven't done hydration tests. | |||
:::*Auth token from MW? Nitro, hello? | |||
*Leaflet just wants to work. No issues (yet). | |||
*Haven't gotten around to caching strategies, mostly focused on click interactions and the map frame at the moment. | |||
Revision as of 03:19, 1 March 2025
Map
- 2/27 - Setting up Nuxt environment.
- Expected as:
- SSG
- SPA
- Leaflet (Module)
- Initial thoughts are the tooling is great but CLI interactions are the real highlight.
- Nuxt's on-install DX offers quite a lot of flexibility without creating a monolith upon initial setup.
- Unlikely to need anything from SSR and its qualities. Leaflet is best handled client-side.
- However, the plan for modlist tokens means there will need to be authentication (silent) to communicate with user created configurations.
- Nitro's exact role is projected to be limited or on-use, if used. Need to dig here -> see the protected API calls and background mini-sync.
- 2/28 - Vue? Nuxt?
- What is actually true is "ssr:false", at least as far as Leaflet is concerned.
- Since it operates (exclusively) in the client realm the biggest questions are:
- Prerendered with simplified routes? vs --
- Selective prerendering.
- Landing animation? Haven't done hydration tests.
- Auth token from MW? Nitro, hello?
- Leaflet just wants to work. No issues (yet).
- Haven't gotten around to caching strategies, mostly focused on click interactions and the map frame at the moment.