remix-utils
A set of utility functions and types to use with Remix.run
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- bump.yml
- ci.yml
- docs.yml
- publish.yml
- dependabot.yml
- FUNDING.yml
- release.yml
- extensions.json
- settings.json
- v6-to-v7.md
- v7-to-v8.md
- exports.ts
- cache-assets.ts
- crypto.ts
- promise.test.ts
- promise.ts
- timers.test.ts
- timers.ts
- authenticity-token.tsx
- client-only.tsx
- existing-search-params.tsx
- external-scripts.tsx
- fetcher-type.test.tsx
- fetcher-type.ts
- handle-conventions.ts
- honeypot.tsx
- react.test.tsx
- server-only.tsx
- use-debounce-fetcher.ts
- use-debounce-submit.ts
- use-delegated-anchors.test.tsx
- use-delegated-anchors.tsx
- use-event-source.ts
- use-global-navigation-state.ts
- use-hydrated.ts
- use-locales.test.tsx
- use-locales.ts
- use-should-hydrate.ts
- preload-route-assets.test.ts.snap
- rolling-cookie.test.ts.snap
- basic-auth.test.ts
- basic-auth.ts
- batcher.test.ts
- batcher.ts
- context-storage.test.ts
- context-storage.ts
- cors.test.ts
- cors.ts
- csrf-token.test.ts
- csrf-token.ts
- csrf.test.ts
- csrf.ts
- honeypot.test.ts
- honeypot.ts
- jwk-auth.test.ts
- jwk-auth.ts
- logger.test.ts
- logger.ts
- request-id.test.ts
- request-id.ts
- rolling-cookie.test.ts
- rolling-cookie.ts
- secure-headers.test.ts
- secure-headers.ts
- server-timing.test.ts
- server-timing.ts
- session.test.ts
- session.ts
- singleton.test.ts
- singleton.ts
- test-helper.ts
- utils.ts
- cors.test.ts
- cors.ts
- csrf.test.ts
- csrf.ts
- event-stream.test.ts
- event-stream.ts
- get-client-id-address.test.ts
- get-client-ip-address.ts
- get-client-locales.test.ts
- get-client-locales.ts
- get-headers.ts
- honeypot.test.ts
- honeypot.ts
- is-prefetch.test.ts
- is-prefetch.ts
- json-hash.test.ts
- json-hash.ts
- named-action.test.ts
- named-action.ts
- parse-accept-header.test.ts
- parse-accept-header.ts
- preload-route-assets.test.ts
- preload-route-assets.ts
- redirect-back.test.ts
- redirect-back.ts
- respond-to.test.ts
- respond-to.ts
- responses.test.ts
- responses.ts
- rolling-cookie.test.ts
- rolling-cookie.ts
- safe-redirect.test.ts
- safe-redirect.ts
- sec-fetch.test.ts
- sec-fetch.ts
- typed-cookie.test.ts
- typed-cookie.ts
- setup.ts
- .gitignore
- .oxfmtrc.json
- .oxlintrc.json
- bun.lock
- bunfig.toml
- CODE_OF_CONDUCT.md
- LICENSE
- package-lock.json
- package.json
- README.md
- registry.json
- tsconfig.json
- typedoc.json
# Installation Guide
1. Get the code
git clone https://github.com/sergiodxa/remix-utils
Downloads the entire project code from GitHub to your computer.
cd remix-utils
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install remix-utils
Downloads and installs the libraries listed in package.json.
npm add @edgefirst-dev/batcher @edgefirst-dev/jwt @edgefirst-dev/server-timing @oslojs/crypto @oslojs/encoding is-ip intl-parse-accept-language
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
