Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
24いいね 1427回再生

Remix - The Back End Focused React JavaScript Framework. Is it awesome? Check out this Demo

Remix is a new framework that uses the power of the back end and almost magic routing to help you build your apps using React.

One of the coolest features in this platform is nested routes. Instead of loading different parts of the pages dynamically like in a single page app, it fetches and caches parts of the page on the server and then sends it to the client fully formed.

The other thing is that it handles data loading and processing on the server side. If you're not use to posting data to a server and receiving a response, then this will seem weird, but it's the way the web is supposed to work.

In this tutorial I'm going to build a simple app in less than 10 minutes to give you an idea of what Remix is trying to do and how it beautifully manages one of the hardest parts of the web...routing.

I'll show you how to install Remix, what you get once that's done, how to add some modules like Pico, add CSS files, regular and nested routes.


Links
====
Remix: Remix.run/
Pico: picocss.com/
Finished Code: go.raybo.org/7LtG

Follow Me
=======
Blog: raybo.org/
LinkedIn: www.linkedin.com/in/planetoftheweb
Twitter: twitter.com/planetoftheweb

コメント