NV43
NV43
Explore posts from servers
TTCTheo's Typesafe Cult
Created by NV43 on 11/16/2023 in #questions
Thoughts on Blazor?
There is some momentum behind a transition to Blazor at my company - currently using plain old React + Vite. Wondering if anyone here has any thoughts on it. My initial impressions of Blazor: - The tooling stinks. No eslint + prettier is rough. The built in formatter is not comparable. - Hot reloading is slow and bad. Basically it just feels extremely clunky in comarison. Any input on this topic either way would be interesting.
2 replies
TTCTheo's Typesafe Cult
Created by NV43 on 9/11/2023 in #questions
Handling different platforms with git hooks?
I'm trying to set up something like commitizen with git hooks (either traditional or Husky) and running into issues getting a universal solution to work. Some of our developers use WSL and commit via command line. Others use powershell and commit via command line. On top of that some users use the VSCode git UI to handle commits. I can't seem to get things to play nice with all three. Anyone have experience with something like this? To me the easiest and maybe best solution is to get everyone unified on one method but it doesn't feel like that should be necessary.
2 replies
TTCTheo's Typesafe Cult
Created by NV43 on 6/12/2023 in #questions
Next.js for frontend only?
I brought this up in chat on a stream and wanted to have some further discussion about it. My company has separated frontend and backend teams, each using different stacks. This will not change - I've suggested it already and everything is too far along to migrate now. Due to this I'm having trouble determining what value Next might provide as solely a frontend framework. What value would it provide?
12 replies
TTCTheo's Typesafe Cult
Created by NV43 on 5/31/2023 in #questions
Drag and drop library recommendation?
Whats the community-favorite option right now? I saw that react-beautiful-dnd isn't being maintained anymore. Not sure the best route to go.
9 replies
TTCTheo's Typesafe Cult
Created by NV43 on 11/29/2022 in #questions
Next 13 Equivalent of _app.js?
Would the replacement for ./pages/_app.js just be layout.js?
3 replies
TTCTheo's Typesafe Cult
Created by NV43 on 11/7/2022 in #questions
Right time to use a monorepo versus a microfrontend solution? (ex Piral))
Having trouble distinguishing when each solution is appropriate to use. MFAs allow separate repos for each project so things are a bit cleaner in that way but ultimately if they're not going to be used independently, is a monorepo a better choice?
8 replies