@olmokit/core
v0.0.167
Published
Core elements for Olmo based applications.
Downloads
778
Readme
core
For all the documentation refer to the Olmo docs
Development
- About tree shacking,
sideEffects
and unused modules see webpack's side-effects, harmony-unused and see this issue with css imports - About GreenShock premium plugin being on npm, see this thread
- We might use SimpleStateManager to use media queries in javascript, populating its states with the exported sass variables.
- Parallax scrolling well done with CSS variables basicScroll or Rellax
- For masonry like grid infiniteGrid seems ok.
- For simple SSR components abstraction see gia
- For SPA like behaviour try Stimulus with Turbolinks