docs: fix some more spelling issues (#167)

This commit is contained in:
Stefan Rotsch
2023-02-22 19:40:39 +01:00
committed by Bastian
parent dd2e4e71c0
commit 94f368249e
10 changed files with 65 additions and 38 deletions

View File

@@ -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.