Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jan 15, 2025
1 parent d5e2d47 commit 50c83e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
This repository is a collection of packages for use with [Remix](https://remix.run) or any web framework you choose.
This is a collection of packages for use with [Remix](https://remix.run), or any web framework you choose.

It is laying the foundation for the next major release of Remix.

## Philosophy

Each package in this repository has a [single responsibility](https://en.wikipedia.org/wiki/Single-responsibility_principle); it does one thing well.
Each package in this repository has a [single responsibility](https://en.wikipedia.org/wiki/Single-responsibility_principle).

To maximize interoperability between packages, we build on web standards. Where standards are missing or incomplete, we augment them in unobtrusive ways to minimize the chance of incompatibility.

What exactly we mean by "web standards"? It means we use:
A few examples of web APIs that we use on the server include:

- [The Web Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) instead of Node.js streams
- [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) instead of Node.js `Buffer`s
Expand Down

0 comments on commit 50c83e8

Please sign in to comment.