Posts tagged 'remix-run'

  • FusionAuth Remix demo

    Remix is the new hotness in web development! It is an attempt to solve some of the performance issues of React by cleverly splitting up server-side code (called Loaders and Actions) from the functionality that absolutely must be shipped to the client, such as JavaScript and CSS for transitions. It also offers benefits in accessibility through a commitment to using web standards and progressive enhancement. Remix allows for almost all parts of the stack to be easily swapped out, e.g. you can choose from several different datastores that are pre-packaged with Remix for your convenience.

    However, new users should be aware that the authentication functionality currently shipped with the basic Remix package does not conform to current best practices.

    READ MORE