Skip to content

cdoremus/ultra2-demo

Repository files navigation

Demo app for the Deno/React framework Ultra

This repo holds code for an app that shows the capabilities of Ultra version 2. Ultra is a framework that allows a React app to run in the Deno JavaScript runtime.

This app was initiated using the Ultra create script. It runs from this command line:

deno run -A -r https://deno.land/x/ultra/create.ts

Create script options Twind(Tailwind), React Router and React Query were selected. The project queries the JSONPlaceholder API via React Query to obtain a list of users.

The 'home' page of the app shows the users list, while clicking on a user produces a page with a user's details. An About page is also included in the app to demonstrate routing with React Router.

This repo is used as an example app for a blog post on Craig's Deno Diary titled Building Full Stack React Apps with Ultra.

To run this app locally, you need to have Deno installed. Then just clone this repo and run the following command line in the repo's root folder:

deno task dev

About

Demo app to show capabilities of Deno/React framework Ultra

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published