Anılcan Metinyurt
Anılcan Metinyurt
Most welcome! It was very valuable to see you provide your vision on the DX 🎉 I totally agree with it. I think a more extensible file system would be...
Hey there! 😄 In theory, you can use a global store library (like Redux or Zustand) to store your data globally and initiate state updates outside a React component. Theoretically...
I might also want to support arbitrary subscriptions to the messages too. I'll include this under https://github.com/CoconutGoodie/monorepo-networker as a feature request 😄
No updates still? An amazing addon, too hard without seeing people outside the instance :c
Hey there! Wooops, looks like a `package-lock.json` slipped in. This boilerplate intends to use PNPM, I suspect that might be the reason why it works when you reinstall via `pnpm...
Hey! 👋🏼 A totally **temporary** solution, until it is fixed: ```ts import { FileUploader } from "react-drag-drop-files"; import type FileUploaderSrc from "react-drag-drop-files/dist/src/FileUploader"; const FileUploaderTyped: typeof FileUploaderSrc = FileUploader; // Props...
Hey there! Could you share the rule that is not working as expected? 😁
Hey there! I know I'm too late to the party! Sorry for that 😞 Unfortunately @streamelements docs say nothing about either if Tiltify topic is emitted over the Socket API,...
Hey there! The plugin looks great, thanks a lot for the support! 😁 The aim of this boilerplate was to provide the backbones of the build pipe and dev environment,...
Most welcome! 😁 These plugins look fascinating ngl In addition to the GPT's recommendations, I've used a React wrapper around the [figma-plugin-ds](https://www.npmjs.com/package/figma-plugin-ds) called [react-figma-ui](https://www.npmjs.com/package/react-figma-ui) It is simple enough to get...