shineslove
shineslove
TTCTheo's Typesafe Cult
Created by Jaaneek on 7/19/2023 in #questions
Which wysiwyg are you using? What would you recommend for a website builder
Been using CKEditor, but TipTap looks good
5 replies
TTCTheo's Typesafe Cult
Created by haenchenschaschlik on 7/17/2023 in #questions
For whom and when does it make sense to learn a Framework like React.
You can set up end points in fastapi / flask and call them in React if you want to see how it feels compared to using templates and jinja in flask
13 replies
TTCTheo's Typesafe Cult
Created by haenchenschaschlik on 7/17/2023 in #questions
For whom and when does it make sense to learn a Framework like React.
I think python and flask are great, after you use it for a while, you may want to look into type hints. And if you just like python as a backend api, I'd suggest fastapi
13 replies
TTCTheo's Typesafe Cult
Created by shineslove on 3/15/2023 in #questions
How to handle key press events in React?
8 replies
TTCTheo's Typesafe Cult
Created by asmodig on 4/15/2023 in #questions
Hosting t3 with websockets
12 replies
TTCTheo's Typesafe Cult
Created by asmodig on 4/15/2023 in #questions
Hosting t3 with websockets
Pusher + Soketi on Railway (not using the template, its broken so you'd have to manually set it up) is pretty nice, Theo did a stream where he built zapdos using Pusher (https://github.com/pingdotgg/zapdos)
12 replies
TTCTheo's Typesafe Cult
Created by shineslove on 3/15/2023 in #questions
How to handle key press events in React?
I saw issue with it because it goes out of the v-dom, instead of using useRef
8 replies
TTCTheo's Typesafe Cult
Created by gsemyong on 11/4/2022 in #questions
Python DX
I've found if you're using static types in python and vscode/neovim, pyright is pretty nice in getting some good type validation. If you need something that can run python and check the types, mypy works too.
29 replies
TTCTheo's Typesafe Cult
Created by shineslove on 10/3/2022 in #questions
Making Pusher typesafe with tRPC?
Subbed and found it, thanks!
5 replies