SHAKA PAKA
SHAKA PAKA
Explore posts from servers
TTCTheo's Typesafe Cult
Created by SHAKA PAKA on 7/24/2023 in #questions
Sorting imports
Which of these options is the best for sorting imports? I guess Prettier plugin because sorting imports it's more like the specialization of formatter? 1. trivago/prettier-plugin-sort-imports 2. Build-in to ESlint sort-imports 3. eslint-plugin-import (import/order) 4. eslint-plugin-simple-import-sort
4 replies
RRefine
Created by continuing-cyan on 2/28/2023 in #ask-any-question
Form images
I have a problem with uploading images in the form. I'm using react-hook-forms and Zod validation How to change images in the edit mode if the entity is already added? The form field is JS "File" and the already added entity has a URL. And I don't know how to do it.
2 replies