- Click on the top left icon to see some animations. UX issues: - I couldn't exit a box; (is done by pressing the x in the box)
Show HN: A simple note-taking app built in React
21–30 of 63 posts
Re: Show HN: A simple note-taking app built in React
#22Re: Show HN: A simple note-taking app built in React
#23Is 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…
Re: Show HN: A simple note-taking app built in React
#24Upon closing the box, the file appeared. Felt confusing to me.
Example: http://imgur.com/QKBr3lb
Looks fancy, but I think the animations are too much/long for frequent / intensive usage.
Re: Show HN: A simple note-taking app built in React
#25Is 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…
Run a JS profile on your code, I think there's some performance bugs.
Re: Show HN: A simple note-taking app built in React
#26I'm a bit conflicted - I actually quite like both the skeuomorphism and the 3D transitions separately, but the two in combination doesn't really make much sense to me!
Re: Show HN: A simple note-taking app built in React
#27Re: Show HN: A simple note-taking app built in React
#28Doesn't seem to work on android. Can't even type a title.
Re: Show HN: A simple note-taking app built in React
#29Is 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.
Re: Show HN: A simple note-taking app built in React
#30looks pretty. how do you get something out of a box? drag and drop looks like box can be placed inside other box but it cant.