gkiely / calculator

SDUI application

Home Page:https://codesandbox.io/s/github/gkiely/calculator-machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Testing out a new approach to building applications using SDUI.

Demo

Calculator

  • routes/index.tsx
    • The state object allows updating the RouteState from the server
    • It is undefined when no changes are needed and when it returns an object, it updates the client's RouteState (if it's different) which triggers a re-render.

About

SDUI application

https://codesandbox.io/s/github/gkiely/calculator-machine


Languages

Language:TypeScript 93.4%Language:HTML 4.6%Language:JavaScript 1.8%Language:CSS 0.2%