EGOIST
EGOIST
> the children getInitialData's could be called sequentially, and include all parents' data in context or as additional parameters That sounds a more decent `getInitialData`, I need to check if...
@dohomi > It will require PWA and a build script for an hybrid deploy for iOS and Android. I think vue-cli suits this pretty well. > Isn't most of your...
@IlyaSemenov I like that idea, pretty much what https://sapper.svelte.technology/ does.
You can add a route `{path: '*', component: NotFound}` to handle 404 though. And custom 500 page is not that important.
I think it's a good idea to export `Error` component in entry file to handle errors.
https://ream.js.org/guide/custom-error-page.html Now it handles 404 error using a Vue component.
I guess you mean custom server? If you're using express you can use [express-jwt](https://github.com/auth0/express-jwt), no example for now.
I added a simple auth example: https://github.com/ream/ream/tree/master/examples/with-auth This does not include an API implementation but only a client workflow. Basically you only need to check if it's a valid user...
by the way, I'm not going to update the zh-Hant/jp transilation, don't have much time for this 🙌
How does Parcel serve the static files? Docute will load `.md` files from root path by default.