-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix some more spelling issues (#167)
- Loading branch information
1 parent
dd2e4e7
commit 94f3682
Showing
10 changed files
with
65 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
--- | ||
title: "Remix" | ||
ring: trial | ||
quadrant: languages-and-frameworks | ||
tags: [coding, frontend] | ||
title: "Remix" | ||
ring: trial | ||
quadrant: languages-and-frameworks | ||
tags: [coding, frontend] | ||
--- | ||
|
||
Remix is a full stack web framework that lets us focus on the user interface and work with web standards. | ||
|
||
One of Remix biggest features is the availability of nested routes. Through nested routes, Remix can eliminate nearly every loading state. | ||
One of Remix biggest features is the availability of nested routes. Through nested routes, Remix can eliminate nearly | ||
every loading state. | ||
|
||
Most web apps fetch inside of components, creating request waterfalls which leads to slower page loads. Remix loads data in parallel on the server and sends a fully formed HTML document | ||
Most web apps fetch inside of components, creating request waterfalls which leads to slower page loads. Remix loads data | ||
in parallel on the server and sends a fully formed HTML document | ||
|
||
At AOE we use Remix for our enterprise web applications to provide a first class UX and fast page loads. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
--- | ||
title: "Stitches" | ||
ring: trial | ||
quadrant: languages-and-frameworks | ||
tags: [coding, frontend] | ||
title: "Stitches" | ||
ring: trial | ||
quadrant: languages-and-frameworks | ||
tags: [coding, frontend] | ||
--- | ||
|
||
Stitches is a lightweight & performant CSS-in-JS styling library with a focus on component architecture and developer experience. | ||
Stitches is a lightweight & performant CSS-in-JS styling library with a focus on component architecture and developer | ||
experience. | ||
|
||
Unlike most CSS-in-JS libraries, Stitches promises near-zero runtime costs. This is possible by avoiding unnecessary prop interpolations and defining variants upfront. | ||
Unlike most CSS-in-JS libraries, Stitches promises near-zero runtime costs. This is possible by avoiding unnecessary | ||
prop interpolations and defining variants upfront. | ||
|
||
Stitches has a fully typed API to provide an awesome developer experience. It comes with built-in theme support, server-side rendering & much more. | ||
Stitches has a fully typed API to provide an awesome developer experience. It comes with built-in theme support, | ||
server-side rendering & much more. | ||
|
||
At AOE we use Stitches when we want to write performant and scalable CSS, but don't want to give up the flexibility and developer experience of React components. | ||
At AOE we use Stitches when we want to write performant and scalable CSS, but don't want to give up the flexibility and | ||
developer experience of React components. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters