The Remix version of the fakebooks app demonstrated on https://remix.run. Check out the CRA version: https://github.com/kentcdodds/fakebooks-cra
by kentcdoddsTypeScript
Last 12 weeks · 0 commits
1 of 6 standards met
Normally not a big deal for a demo, but in this case the sister app fakebooks-cra has a meta description set in the static html so it receives a higher Lighthouse score for SEO. Adding a description to the root of this project would be a more even comparison. Lighthouse dings SEO score due to a missing meta description !CleanShot 2022-05-06 at 14 53 07
Repository: kentcdodds/fakebooks-remix. Description: The Remix version of the fakebooks app demonstrated on https://remix.run. Check out the CRA version: https://github.com/kentcdodds/fakebooks-cra Stars: 88, Forks: 22. Primary language: TypeScript. Languages: TypeScript (93.8%), JavaScript (4.4%), Dockerfile (1.4%), Shell (0.4%). Homepage: https://fakebooks-remix.fly.dev/sales/invoices Open PRs: 0, open issues: 1. Last activity: 2y ago. Community health: 28%. Top contributors: kentcdodds, alexkads, MichaelDeBoey, segheysens.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency The fully-formed ref of the branch or tag that triggered the workflow run. For workflows triggered by , this is the branch or tag ref that was pushed. For workflows triggered by , this is the pull request merge branch. For workflows triggered by , this is the release tag created. For other triggers, this is the branch or tag ref that triggered the workflow run. This is only set if a branch or tag is available for the event type. The ref given is fully-formed, meaning that for branches the format is , for pull requests it is , and for tags it is . For example, . https://docs.github.com/en/actions/learn-github-actions/contexts#github-context