docs: add stitches, remix, playwright, update css-in-js, tailwind

This commit is contained in:
Achim Rolle
2022-04-26 14:03:23 +02:00
committed by resah
parent 3b7d0ba4a5
commit 2b01323a79
5 changed files with 43 additions and 0 deletions

13
radar/2022-03-28/remix.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: "Remix"
ring: trial
quadrant: framework
---
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.
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.