-
Couldn't load subscription status.
- Fork 21
Description
One goal of the examples here is to make sure that the integrations work in practice.
That a new integration (such as react-router) doesn’t just work in unit tests but also works in practice.
That a new feature (such as filters) works in different places.
These examples catch a change accidentally breaking and also the inverse, help make sure the code here integrates with the latest frameworks.
These examples build in CI and pull the arcjet packages in locally, not from npm, so that things can be developed and verified together.
That’s where the benefit is, over a repo like arcjet/examples.
But pulling in much from the ecosystem also comes with problems:
flakey builds, locked dependencies, messy peer dependencies, slow builds, security “vulnerabilities” unrelated to the code here.
One step to improve the examples in arcjet/arcjet-js is to remove “3rd party” examples.
I propose:
bun-hono-rate-limitexpress-launchdarklygatsby-rate-limitnestjs-fastifynestjs-graphqlnestjs-launchdarklynextjs-14-nextauth-4nextjs-authjs-5nextjs-authjs-noseconenextjs-better-authnextjs-clerk-rate-limitnextjs-clerk-shieldnextjs-openainextjs-permitnextjs-react-hook-formnodejs-hono-rate-limit
Q: Are there particular “3rd parties” (hono? gatsby?) that should be kept (somewhere)?
This also closes GH-5110 as it sidesteps that issue.