# Remix Progressive enhancement is a key benefit of using Remix. It works great without JavaScript enabled. ## SWR usage Remix uses [[Stale while revalidate (SWR)]] to improve performances. When a Remix site gets traffic, the server side uses SWR to cache responses so that the next clients get a fast response from the cache while the server revalidates the content.