Ethan

Making products people love πŸ”₯πŸš€


Fixed errors in frametalk library and submitted a pull request to fix them github.com/sqren/frametalk/pull/6

THIS IS AMAZING OMG I'M GONNA USE IT 😍😍😍 https://tiptap.scrumpy.io/

jpfong

Nice discovery! I'm using Vue too and I like that it is renderless!

0 Likes

Learned about the super useful Paint Flashing checkbox in DevTools! Now it's super easy to visualize repaints.

Learned about the JavaScript CPU profiler (different to Performance tab)

Use translate property instead of right property to animate side-popup

Don’t use window.innerWidth and window.innerHeight because they force reflows, cache them instead!

Check connectivity on browser β€˜online’ and β€˜offline’ events

Only check network connectivity every 10 seconds instead of every 1 second (will improve performance MASSIVELY)

Don’t move to target column after dragging on mobile because it’s annoying for triaging emails

Thought of more compact design for KanbanMail (I'll test it out, don't know if it will be good or not)

Changed β€œOnly show emails from the Inbox” to β€œDon't load archived emails”