-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State of the project #80
Comments
Hey! Thanks for taking this idea and running with it. I have been really lacking in time to maintain this project, but I really love this idea. I've basically gone back to the drawing board to think about how this could work in a React16+ environment with async data requirements, even to the point of doing on-demand snapshots as an alternative to SSR, all of which has lead me to wonder what the correct direction to take is. Perhaps we should have a chat about combining our efforts. I'm much interested in potential React-specific optimisations, perhaps I could be building on top of react-snap instead of competing with it... |
Would be glad to collaborate with someone
I use |
What timezone are you in? We could try to arrange a call, or at least a chat. I’m in Melbourne GMT+11 |
I'm in Berlin GMT+2
…On Tue, Nov 14, 2017 at 10:19 PM, Glen Maddern ***@***.***> wrote:
What timezone are you in? We could try to arrange a call, or at least a
chat. I’m in Melbourne GMT+11
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAK9TqcXJDhPpDUDXvk97HpwF9TU8eJQks5s2gPNgaJpZM4QEVr6>
.
|
So as of optimisation of react. Take a look https://github.com/stereobooster/an-almost-static-stack there are all kinds of optimisations. Especially check fetch example. Do you a see way to improve it? |
I found what those could be:
|
Actually I was able to fix all issues. I have no example of project, that react-snap can not handle. It has a lot of React relative optimisations, like async components support and Redux support. I will close this issue for now. Thanks |
|
What are your current plans? I'm asking because there is react-snap, which is a tool inspired by react-snapshot, but uses
puppeteer
. Because it uses puppeteer it does not have most of the bugs currently opened in react-snapshot.Related peterbe/minimalcss#23
The text was updated successfully, but these errors were encountered: