Quinn
Quinn
TTCTheo's Typesafe Cult
Created by ragno on 10/23/2023 in #questions
How to store mathematical equations in db and render them on frontend
This library is also good for rendering your latex: https://katex.org/, it can be a bit clunky with React though but it probably would work better with Svelte
4 replies
TTCTheo's Typesafe Cult
Created by deforestor on 10/26/2023 in #questions
Prisma JsonValue with TypeScript
I've been using https://github.com/arthurfiorette/prisma-json-types-generator, it sucks that Json typing is not built into Prisma itself but this will do the job, at least on the type level
4 replies
TTCTheo's Typesafe Cult
Created by yellowhammer on 6/5/2023 in #questions
Rich Text Editor
I've had luck with Tiptap (https://tiptap.dev/), I think that it should work for your use case
27 replies