https://github.com/realstandal/redwoodjs-tips-n-workflows
RedwoodJS tips & workflow step-by-steps.
https://github.com/realstandal/redwoodjs-tips-n-workflows
redwoodjs tips-and-tricks workflows
Last synced: 3 months ago
JSON representation
RedwoodJS tips & workflow step-by-steps.
- Host: GitHub
- URL: https://github.com/realstandal/redwoodjs-tips-n-workflows
- Owner: realStandal
- License: unlicense
- Created: 2021-03-24T07:35:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T21:59:23.000Z (over 2 years ago)
- Last Synced: 2025-01-23T22:26:56.326Z (4 months ago)
- Topics: redwoodjs, tips-and-tricks, workflows
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# RedwoodJS - Tips & Workflows
These are step-by-steps which I consider rough, jotted-down notes I've taken while using the [RedwoodJS framework](https://redwoodjs.com/).
Many of these documents may also be found on the [RedwoodJS forum](https://community.redwoodjs.com).## Table of Contents
* DX
* [Modified `settings.json`](./settings.json)
* [Dockerfile](./Dockerfile)
* API
* Middleware
* [Relation Middleware](./relation-middleware)
* [Validators](./validators.md)
* [Utility](./util.md)
* Web
* "Blog" Entries
* [Atomic: UI Workflow](./atomic.md#atomic)
* [Form Workflows](./form-workflows.md#form-workflows) (Dated)
* [Testing Forms](./testing-forms-source)
* Components
* [``](./PasswordStrengthField)
* Demonstrates building user-land `` components which have custom `validation={}` options.
* Hooks
* [`useColumnBreakpoint`](./useColumnBreakpoint.md)
* [`useStateCallback`](./useStateCallback.ts)
* [`useToast`](./useToast.ts)
* [`useToastMutation`](./useToastMutation.ts)
* [`useToggle`](./useToggle.ts)### To-be-written
- Essentail Storybook addons
- Generator Templates
- 🔑 to using TypeScript
- Multi-tenancy architecture and authentication
- Service resolver naming best practices
- UUIDs over auto-increment
- Using i18next
- Finding front-end design inspiration
- Running RedwoodJS in containers
- Fixing TailwindCSS' flickering dark-mode
- CASL.js integration (Prisma, React, ...)
- Audit logging
- E-mailing and templating### Archive
* [Twin.Macro and Emotion](./twin-macro-emotion.md) ([Twin](https://github.com/ben-rogerson/twin.macro) | [Emotion](https://github.com/emotion-js/emotion))