Live data from Hacker News

Show HN: A simple note-taking app built in React

notello.com

31–40 of 63 posts

Re: Show HN: A simple note-taking app built in React

#31

Earlier quoted context omitted.

If you could tell me some of the specs of your system so I can check why it is so laggy that would be great. One thing that is hacky/a problem with the app is that I wanted to be able to hash tag notes and have the hashtags a different color. Also very soon i'd like to add the ability to highlight text. It's pretty hard to do that smoothly even with the contenteditable attribute. I decided on a transparent textarea o…

Slow for me Mac Pro 2.6Ghz i5, 16GB ram, SSD. Run a JS profile on your code, I think there's some performance bugs.

Frustrating. Not able to recreate. There are some unnecessary repaints but can't see much other than that.

Re: Show HN: A simple note-taking app built in React

#35

Is there a reason why typing is so slow? It seems like it's really chugging away on something as I type. I would guess there's a 500ms or so delay between hitting a key and it ending up on the notepad. Same goes for clicking to change the cursor placement.

If you could tell me some of the specs of your system so I can check why it is so laggy that would be great. One thing that is hacky/a problem with the app is that I wanted to be able to hash tag notes and have the hashtags a different color. Also very soon i'd like to add the ability to highlight text. It's pretty hard to do that smoothly even with the contenteditable attribute. I decided on a transparent textarea o…

Hmm, its fast for me on a way older machine than the siblings have:

Intel Core2 Duo T9600, 4G Ram, Debian 64bit, Chromium 35, adblock plus as the only extension.

I just checked at chrome://gpu/ and I don't have WebGL or any other hardware acceleration feature for CSS etc. enabled. Perhaps the others experience some hardware acceleration gone wrong?

Re: Show HN: A simple note-taking app built in React

#39
Does anyone else miss the days when you could right-click on any page and see what magical incantations drive what you see? I feel like modern Javascript pipelines and the drive for loading speed is endangering what used to be how we all learned Web technologies.

Re: Show HN: A simple note-taking app built in React

#40

Does anyone else miss the days when you could right-click on any page and see what magical incantations drive what you see? I feel like modern Javascript pipelines and the drive for loading speed is endangering what used to be how we all learned Web technologies.

Everyone loves pagespeed and github far more fun than view source!

Are you suggesting you dont want things minified?

Post reply on HN