Project:Map: Difference between revisions
Information about Kenshi Wiki
More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
*'''2/27''' - Setting up Nuxt environment. | *'''2/27''' - Setting up Nuxt environment. | ||
:*Expected as: | :*Expected as: | ||
::*SSG | ::*SSG <- rather, ssr:false | ||
::*SPA | ::*SPA | ||
::*Leaflet (Module) | ::*Leaflet (Module) | ||
Line 17: | Line 17: | ||
:::*Landing animation? Haven't done hydration tests. | :::*Landing animation? Haven't done hydration tests. | ||
:::*Auth token from MW? Nitro, hello? | :::*Auth token from MW? Nitro, hello? | ||
*Leaflet just wants to work. No issues (yet). | :*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. | :*Haven't gotten around to caching strategies, mostly focused on click interactions and the map frame at the moment. |
Revision as of 03:20, 1 March 2025
Map
- 2/27 - Setting up Nuxt environment.
- Expected as:
- SSG <- rather, ssr:false
- 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.