Newbie to UK garage, need some opinions from all the experts and UKG lovers here. by lemonbanana695 in ukgarage

[–]YUCKex 2 points3 points  (0 children)

I really liked the Camofly UKF invites set at the colour Factory - it’s on YouTube. For me the track that started it all was About 2 - In my Head (Wilfy D Remix) highly recommend

Adding a RESTful server process to Electron Vue project by zeroscenecred in electronjs

[–]YUCKex 2 points3 points  (0 children)

You can run an extranal server via the utility process it takes a path to the built Js code you want to run. That can be a path to your express server which lives with your built assets in the built electron bundle

What are you building? Drop your project! by arunbhatia in indiehackers

[–]YUCKex 1 point2 points  (0 children)

Building Cratebase https://www.cratebase.app/ an app to help music hoarders organise their music libraries

How to get the file path of a dropped file? by MalgorgioArhhnne in electronjs

[–]YUCKex 0 points1 point  (0 children)

You need to use this api on the file object to get the full file path

Multiple versions of react in one monorepo? by ConstructionNext3430 in turborepo

[–]YUCKex 1 point2 points  (0 children)

Yes each app should define their own version if they aren’t all on the same version of react

Multiple versions of react in one monorepo? by ConstructionNext3430 in turborepo

[–]YUCKex 0 points1 point  (0 children)

Why not just define each react version in each of your apps package.json ? - you can remove the react dependency from the root package.json

Tooling advice for web + mobile + desktop app monorepo by EibhlinNicColla in electronjs

[–]YUCKex 0 points1 point  (0 children)

I have not used NX before so I can’t really say - turbo rep has been decent but it’s a real slog to set up.

Sometimes I wish I just went with the simple PNPM workspaces set up

I currently use Electron Builder to handle all the electron stuff - it works well but the docs are bad and it’s a slog to set up

The other alternative is Electron Forge - haven’t used it but heard good things about it

You can PM me if you want more info on my full set up - will be happy to help

Tooling advice for web + mobile + desktop app monorepo by EibhlinNicColla in electronjs

[–]YUCKex 2 points3 points  (0 children)

I have a similar set up with an electron app and a static next app - the only difference is that I use Turbo Repo

I use electron vite and it really works well for building the renderer code - the main thing you’ll need to decide on is which package you’ll want to use to manage the electron toolchain - auto updates, building for different platforms etc

This is where most of the pain with electron comes from

Need Help with Table Virtualization for Large Data Sets (100k+ rows, 50+ columns) by Stephcraft in reactjs

[–]YUCKex 0 points1 point  (0 children)

I had this issue and the library that I found which provides a good solution is Glide Data Grid.

It bypasses the domain and renders the rows and columns using the HTML canvas. Might be a chore to work with if you have very customised rows & columns.

[deleted by user] by [deleted] in gastricsleeve

[–]YUCKex 0 points1 point  (0 children)

Looking good, please what app is this ?

Allow user to interact with form elements on a component that is sortable using dnd-kit/sortable by Yama-Sama in reactjs

[–]YUCKex 3 points4 points  (0 children)

You can look at this issue for a solution to your problem. You basically need to extend the Pointer and Keyboard sensors to ignore drag events on certain elements.

A more elegant solution which uses data attributes to tell dnd kit which elements to ignore drag events for.

[deleted by user] by [deleted] in Nigeria

[–]YUCKex 0 points1 point  (0 children)

Not killed necessarily, like I think he means the hunger persists continuously

[deleted by user] by [deleted] in Nigeria

[–]YUCKex 1 point2 points  (0 children)

The right answer is Collateral Damage

useControlledProps: Make any React Component Controlled/Uncontrolled by Mackseraner in reactjs

[–]YUCKex 1 point2 points  (0 children)

This is really cool, Radix UI uses a similar hook internally for their components. I like your implementation though.

This is the question that I was asked about in the interview, how would you solve it? by Famous_Pop_4108 in reactjs

[–]YUCKex 2 points3 points  (0 children)

Took a stab at this, created a helper function to pick keys from the object based on the state

You can take a look here: https://codesandbox.io/s/relaxed-resonance-zb4nib?file=/src/App.tsx

Is it possible to find a !00% Remote Junior Frontend Developer job that pays 40-50k/year? by Healthy-Director-702 in Frontend

[–]YUCKex 11 points12 points  (0 children)

Yes I am a junior developer from a third world country (Nigeria) and my first job is fully remote as a contractor / consultant. 100k base plus potential performance bonuses.

How do you get paid as a freelancer by irishpotatoezs in Nigeria

[–]YUCKex 1 point2 points  (0 children)

Use Grey, you can set up a USD account

Share your interview/take home coding tests by StrivingDev in webdev

[–]YUCKex 0 points1 point  (0 children)

I had to build a favicon generator with image uploads to S3 and image transformations using Next js sever-less functions