Justin Blake
Justin Blake
It's exposed for two reasons: 1. Application code generated by the framework needs to use it (see CodeGen module in cli) 2. It's a convenient place to document supported Prop...
In Prettynice v2, requests were handled with a msg sent to update. This allowed for a server-side ports example that held a response until it received the message with the...
Explain routing on path, and routing on http method + path, capturing dynamic components of the path, and capturing arbitrary number of values from end of path (not obvious how...
Bookmark as I slowly migration from TODO.md to github issues.
If you get the "We currently don't support this platform/arch" error when running the published gren package, `prettynice build` will not show any of the gren build output and it...
Currently you can define `Props` in a component and prettynice will automatically generate Gren code to pass a matching type from the backend. Should there be a more general solution...