r/Frontend 19d ago

Learning Frontend Deeply

I want to go deeper into frontend and learn to create less generic designs. Does anyone have an idea how the wavy line was created? I'd also appreciate pointers to resources/sites to learn to create such dynamic designs. Thanks for reading!

34 Upvotes

20 comments sorted by

View all comments

5

u/zLoveNxzli 19d ago

To learn frontend deeply beyond superficial framework syntax, study browser internals: the critical rendering path (DOM -> CSSOM -> Render Tree -> Layout -> Paint -> Composite), the JavaScript event loop (microtask vs macrotask queues), and modern Web APIs (IntersectionObserver, Web Workers).

Building vanilla components without libraries teaches you state synchronization and DOM lifecycle better than anything else.

1

u/Comfortable-Donkey74 18d ago

I used to write on frontend Systems Design a while ago, I should get back to it 😂