Live data from Hacker News

Show HN: Deco.cx – realtime TypeScript web editor

deco.cx

31–35 of 35 posts

Re: Show HN: Deco.cx – realtime TypeScript web editor

#31
post #30

This looks amazing, like a modern take on Dreamweaver or something. The low code IDE may soon return! The ability to switch between no-code/code is great for teaching people to code. Dreamweaver (and MySpace profiles) basically taught me CSS.

Exactly, and we were Dreamweaver users!

Do you remember the Developer Toolbox addon? It has been on my mind for a while and we want to implement something like that, maybe with help from AI.

- https://www.youtube.com/watch?v=S5xnIygDSss (couldn't find one in English)

Re: Show HN: Deco.cx – realtime TypeScript web editor

#32

I assumed headless meant "api only, without ui". Feels like the Nth time I've seen this paradox.

It's a popular trend with e-commerce (our main field), which usually means not using the proprietary frontend framework that e-commerce platforms offer (Shopify, Magento...)

But deco itself it's not headless, it has all the body parts. You can use it as a headless CMS if you want to.

Re: Show HN: Deco.cx – realtime TypeScript web editor

#33
post #8

The page has extremely poor performance. Simply scrolling or moving the mouse cursor around loads Ryzen 7900 to 30% (it's a 12-core CPU!) Everything stutters.

Hi Orphea! Finally had the time to debug this and turns out it was trivial! We were missing a requestAnimationFrame, d'oh! Thanks for pointing it out, solved here: https://github.com/deco-sites/starting/pull/307

Re: Show HN: Deco.cx – realtime TypeScript web editor

#34
post #13

I can't even scroll through this site to read what the product is.

Hi @atonse! Finally had the time to debug this and turns out it was trivial! We were missing a requestAnimationFrame, d'oh! Thanks for pointing it out, solved here: https://github.com/deco-sites/starting/pull/307

Re: Show HN: Deco.cx – realtime TypeScript web editor

#35

The homepage has terrible performance not a good first impression

Hi Julien! I finally had the time to debug this and turns out it was trivial! We were missing a requestAnimationFrame, d'oh! Thanks for pointing it out, solved here: https://github.com/deco-sites/starting/pull/307
Post reply on HN