Live data from Hacker News

Viewing profile — gigabo

gigabo

HN member
Joined
Thu, Aug 11, 2016, 6:21 PM UTC
HN karma
22
Public activity
7 items

About gigabo

No profile information was provided.

Recent public activity

  1. comment
    Comment #14259183

    Reported as a service disruption on the status dashboard: > We're investigating reports of an issue with Google Drive. We will provide more information shortly. https://www.google.…

  2. comment
    Comment #13111194

    Hi James, I'm really sorry to hear about the difficult time you've been having. I can see how that would make an already thankless job like maintaining an open source project even …

  3. comment
    Comment #12270612

    Oh, hadn't considered that interpretation. Our full project description on GitHub is "React framework with server render for blazing fast page load and seamless transitions between…

  4. comment
    Comment #12270588

    For routing of URL paths to "page" objects we use Yahoo's `routr`. We've tried to keep data store selection out of React Server core. There are so many good options in the React ec…

  5. comment
    Comment #12270546

    Yes, definitely agree! We need better tutorials! We need better docs in general. Contributions welcome! :D

  6. comment
    Comment #12270532

    The website itself is meant to serve as a demo. :) When you land on the site the first page is rendered by the server. Then the client controller wakes up and subsequent page views…

  7. comment
    Comment #12270526

    Actually, the website _is_ powered by React Server! :) We wanted the project website to serve as a demonstration as well as a source for documentation.