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.
Show HN: A simple note-taking app built in React
31–40 of 63 posts
Re: Show HN: A simple note-taking app built in React
#32Re: Show HN: A simple note-taking app built in React
#33What is the size overhead react adds to an app?
Re: Show HN: A simple note-taking app built in React
#34Re: Show HN: A simple note-taking app built in React
#35Is 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…
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
#36- Firefox 36.0.4, Windows 7. Let me know if you need additional information.
Re: Show HN: A simple note-taking app built in React
#37Re: Show HN: A simple note-taking app built in React
#38Re: Show HN: A simple note-taking app built in React
#39Re: Show HN: A simple note-taking app built in React
#40Does 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.
Are you suggesting you dont want things minified?