Earlier quoted context omitted.
gigabo's account has been rate limited, but he wants to say: "Well... we made it through the first hour or so of HN traffic on a single t2.medium instance in ec2 before we started seeing errors. We're now on three m4.larges with good head room. Not too bad, I think? We meant to get cloud front set up before we got this sort of traffic, but glad to be surprised with an early bump. :)" This is me saying this: I think w…
I honestly don't know, what's the actual requests/second for that? I don't have a good feel for what HN traffic is like. From one post ( https://news.ycombinator.com/item?id=8107658 ), it seems like a few thousand hits/hour over a fraction of a day, but (1) there's a lot of variation, (2) it doesn't tell you the peak rate
React Server
61–70 of 143 posts
Re: React Server
#62Earlier quoted context omitted.
Yes, definitely agree! We need better tutorials! We need better docs in general. Contributions welcome! :D
I'm totally on board with the "contributions welcome" response from open source maintainers, but when it's the only response to questions about documentation it's pretty off-putting. This is your project, how could you expect a new contributor to add docs without your input? I get that good documentation is hard, and takes time, but if you want your project to succeed I think it's almost mandatory for you to write th…
Oh, hey didn't mean to sound flippant there! We're definitely planning to make tutorials, and we're constantly trying to improve our docs. I guess my point is we want this to happen faster, but we're still a pretty small project with a small team of core contributors. So we're thrilled when we're able to bring in new contributors to help out!
Re: React Server
#63How does it handle fetching data from a path on the same origin? For instance, I only need to fetch('/api/users.json') on a certain page (/users). This means that it can either be hydrated in the initial state when performing a full page load of /users or needs to be fetched (using xhr/fetch) when navigating to that page from another page on the site (which shouldn't require a full page load). So how exactly does the…
The other responses seem to be answering how this would work once the hydration is occurring on the client side. I understood the question to be `Does the http request layer support doing API requests to routes which are on the same webserver as react-server`. There doesn't appear to be special handling for this use case. However, they use SuperAgent ( https://github.com/visionmedia/superagent ) for http requests and…
Re: React Server
#64Earlier quoted context omitted.
Yes, definitely agree! We need better tutorials! We need better docs in general. Contributions welcome! :D
I'm totally on board with the "contributions welcome" response from open source maintainers, but when it's the only response to questions about documentation it's pretty off-putting. This is your project, how could you expect a new contributor to add docs without your input? I get that good documentation is hard, and takes time, but if you want your project to succeed I think it's almost mandatory for you to write th…
Re: React Server
#65Earlier quoted context omitted.
I'm totally on board with the "contributions welcome" response from open source maintainers, but when it's the only response to questions about documentation it's pretty off-putting. This is your project, how could you expect a new contributor to add docs without your input? I get that good documentation is hard, and takes time, but if you want your project to succeed I think it's almost mandatory for you to write th…
I have to agree here. There's nobody better to explain how something really works than the person who wrote it. The rest of us are just fumbling around guessing. As a dev and a creative person, I understand the desire to get something out there. But documentation and tutorials aren't just something that's nice to have. They are your marketing tool, your adoption driver, and the way to create educated advocates for yo…
Re: React Server
#66Earlier quoted context omitted.
I'm totally on board with the "contributions welcome" response from open source maintainers, but when it's the only response to questions about documentation it's pretty off-putting. This is your project, how could you expect a new contributor to add docs without your input? I get that good documentation is hard, and takes time, but if you want your project to succeed I think it's almost mandatory for you to write th…
I completely agree. If you take a look at the closed prs with the label documentation ( https://github.com/redfin/react-server/pulls?utf8=%E2%9C%93&... ) I hope you get the sense that this is something that I'm thinking about a lot, and that if you look at the issues open with the same label ( https://github.com/redfin/react-server/issues?q=is%3Aissue+i... ), that it's something I'm working on actively. There are lot…
"No documentation survives its first encounter with a real newcomer."
I hope it didn't seem like I was accusing you of negligence – the docs you have are an awesome start, and I fully appreciate the difficulty of the problem. Best of luck with things going forward, looks like a really neat project.
Re: React Server
#67Earlier quoted context omitted.
I completely agree. If you take a look at the closed prs with the label documentation ( https://github.com/redfin/react-server/pulls?utf8=%E2%9C%93&... ) I hope you get the sense that this is something that I'm thinking about a lot, and that if you look at the issues open with the same label ( https://github.com/redfin/react-server/issues?q=is%3Aissue+i... ), that it's something I'm working on actively. There are lot…
OK, you definitely get it :) Love what you wrote below: "No documentation survives its first encounter with a real newcomer." I hope it didn't seem like I was accusing you of negligence – the docs you have are an awesome start, and I fully appreciate the difficulty of the problem. Best of luck with things going forward, looks like a really neat project.
Re: React Server
#68Earlier quoted context omitted.
I completely agree. If you take a look at the closed prs with the label documentation ( https://github.com/redfin/react-server/pulls?utf8=%E2%9C%93&... ) I hope you get the sense that this is something that I'm thinking about a lot, and that if you look at the issues open with the same label ( https://github.com/redfin/react-server/issues?q=is%3Aissue+i... ), that it's something I'm working on actively. There are lot…
OK, you definitely get it :) Love what you wrote below: "No documentation survives its first encounter with a real newcomer." I hope it didn't seem like I was accusing you of negligence – the docs you have are an awesome start, and I fully appreciate the difficulty of the problem. Best of luck with things going forward, looks like a really neat project.
Re: React Server
#69Re: React Server
#70Earlier quoted context omitted.
Yes, definitely agree! We need better tutorials! We need better docs in general. Contributions welcome! :D
I'm totally on board with the "contributions welcome" response from open source maintainers, but when it's the only response to questions about documentation it's pretty off-putting. This is your project, how could you expect a new contributor to add docs without your input? I get that good documentation is hard, and takes time, but if you want your project to succeed I think it's almost mandatory for you to write th…