- 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
11–20 of 63 posts
Re: Show HN: A simple note-taking app built in React
#12Doesn't seem to work on android. Can't even type a title.
Re: Show HN: A simple note-taking app built in React
#13One of the things I'd like to learn next in React is animations / transitions. Got any tips on how you did yours?
Re: Show HN: A simple note-taking app built in React
#14Re: Show HN: A simple note-taking app built in React
#15Quick question - I can see that you're using Facebook flux as a data flow library in your app. Is there a particular reason you chose not to try the, albeitly simpler, Reflux / Alt etc? I'm working on a decent sized React app myself and would love to know your thoughts on this.
Thanks and great work!
Re: Show HN: A simple note-taking app built in React
#16Re: Show HN: A simple note-taking app built in React
#17Is 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.
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 over a div and I sync and transform the content. It is a bit clunky as you say but I anticipate it will get better.
Re: Show HN: A simple note-taking app built in React
#18This is great! Also, much thanks for making the source available. Quick question - I can see that you're using Facebook flux as a data flow library in your app. Is there a particular reason you chose not to try the, albeitly simpler, Reflux / Alt etc? I'm working on a decent sized React app myself and would love to know your thoughts on this. Thanks and great work!
Re: Show HN: A simple note-taking app built in React
#19Re: Show HN: A simple note-taking app built in React
#20Is 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…
i5 3570K, 16GB DDR3, FF36 and Chrome 41, Xubuntu 14.04 input speed seems to be equally slow on both, very noticeable if you press and hold a key.