Live data from Hacker News

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

notello.com

1–10 of 63 posts

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

#2
Might be worth-while making the search case-insensitive - looks good, though!

EDIT: Hmm. I tried logging in with the token emailed to me using Safari - that worked. I then tried logging in using Chrome with the same token, and got this error: http://i.imgur.com/D4j45c3.jpg. I then tried going back to notello.com, but seem to constantly get re-directed back to the error page.

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

#3

Might be worth-while making the search case-insensitive - looks good, though! EDIT: Hmm. I tried logging in with the token emailed to me using Safari - that worked. I then tried logging in using Chrome with the same token, and got this error: http://i.imgur.com/D4j45c3.jpg . I then tried going back to notello.com, but seem to constantly get re-directed back to the error page.

Hmm, yea I made it so that each password token can only be used once in case someone gets a hold of your email. I can see how that can be annoying. I'll work on a solution to that. Thanks for the feedback.

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

#4

Might be worth-while making the search case-insensitive - looks good, though! EDIT: Hmm. I tried logging in with the token emailed to me using Safari - that worked. I then tried logging in using Chrome with the same token, and got this error: http://i.imgur.com/D4j45c3.jpg . I then tried going back to notello.com, but seem to constantly get re-directed back to the error page.

Hmm, yea I made it so that each password token can only be used once in case someone gets a hold of your email. I can see how that can be annoying. I'll work on a solution to that. Thanks for the feedback.

Yeah, that makes sense - the problem was the resulting lock-out.

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

#8

One of the things I'd like to learn next in React is animations / transitions. Got any tips on how you did yours?

I just used CSS3 tbh. Some of the animation stuff was painful due to timing issues. There's also some jQuery fadeIn/fadeOut stuff but I'm trying to get rid of that.

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

#9
post #6

React is currently #1 on my list of things to learn. Any chance this is open source?

I was developing it on assembly and therefore there's this repo: https://github.com/asm-products/notello. It's quite a few commits behind so there's probably tons of bugs but at least it's a start. I'm still learning this stuff myself.
Post reply on HN