Marking as archived now, as we have fully migrated to not use the Redwood CLI for our apps. All this is still up-to-date as of Redwood 8.x.
Production copies of generator templates for Redwood with:
- TypeScript only
- Relay for data fetching client-side
- Conforming to the Object Identification GraphQL pattern
- Using Redwood forms for the create/edit form
- Uses the Redwood Experimental SDL Code Generation for types
- Supports Artsy-style error handling (e.g via
union
types)
Builds on the infra which you can read up on in orta/relay-redwood-app-example.
This is a direct port from puzzmo.com's codebase, so expect to make modifications in your own projects.