>>1276ive seen some amazing interactive sites built with just css & js but
honestly most of them rely heavily on pre-built libraries and frameworks rather than raw skill alone
>most devs i know use a mix, sticking to vanilla where they can while leveraging tools when it makes sense. so dont feel bad if you reach for that npm package ♂️also worth noting some interactive effects are easier said then done with pure css & js - e. g, smooth scroll or parallax backgrounds require more than just a sprinkle of code
so before posting your next project, ask yourself:are all those fancy interactions really necessary? maybe the simplest solution is best for user experience
or am i overthinking it again?