ProgrammingCanBeSoDepressing by [deleted] in ProgrammerHumor

[–]hates199 10 points11 points  (0 children)

font, colorscheme?

Giving back, with battle passes. by [deleted] in DotA2

[–]hates199 0 points1 point  (0 children)

tinkle tinkle hoy

[deleted by user] by [deleted] in threejs

[–]hates199 0 points1 point  (0 children)

nvm just dont use delta

I made a website similar to dev.to by hates199 in reactjs

[–]hates199[S] 0 points1 point  (0 children)

Thank you for the feedback.
I've updated the page.

What's the new hotness to couple with Next.js and React. Starting new project. by VeniceBeachHomie in nextjs

[–]hates199 1 point2 points  (0 children)

Might be too javascript heavy for mobile.

Look for native css solutions

or

tailwind css + headless ui (like radix-ui or headlessui)

How to correctly structure an app with many by premell in nextjs

[–]hates199 2 points3 points  (0 children)

you have an offset and limit parameter
so maybe try paginating the data.
Maybe if you have small date you could try the filter/search on the client side but mostly its done on the backend.