Skip to content

dsmurl/interesting-things

Repository files navigation

Interesting Things

To run the following sub-projects

solidjs-claim-processor

  • SolidJs site with tailwind
    • Signals
    • Context
    • Routing
    • Tailwind
    • xState claim processing
      • Welcome
      • Gather contact info
      • Gather accident report
      • Processing screen
      • Error screen
      • Thank you screen

solidjs-claim-processor-serverApi

solidjs-claim-processor-xstate

  • NodeJs project for backend
    • Added a BaseLayout component using the solidjs
    • xState
      • Does not use the contexts setClaimWorkflowStatus!
      • It now has a defined state machine and onClicks send messags to the machine
        • The machine reacts to the messages and updates it's state
        • The UI runs off of the machine state!
      • State machines are independent of code base
        • The same machine can be copied to other code bases
      • designers adn product people can define requirements and flow graphically
        • programmers can just write the UIs to react to those states
      • Visual editor in vsCode

Things I wanted to show but didn't have time

  • same projects with
    • React
    • Graphql
      • Graphql Yoga
      • TypeGraphql
    • Prisma server side

Resources

About

Some interesting things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published