Server packages
packages/business, packages/database
Display prisma users from the business function Service.userRepository.getUsers()
.
No user in the database
Regular server value passed from Loader here serverValue
:
Great answer from the server to Remix Turborepo
UI package
packages/ui
This is an example Button Component from "ui" packages using shadcn/ui
Result of function helloFromUILibrary
:
Todo
Internal TS Package with no build step
packages/internal-nobuild
Result of function lookUpSalesPersonForZipcode("97", salesPersons)
:
john@remix-gospel-stack.com
Result of function lookUpSalesPersonForZipcode("63", salesPersons)
:
philippe@remix-gospel-stack.com