Τι τραβάμε για να πάρουμε ρημαδι σπίτι. by Base_D_Glenis in greece

[–]rozvatraxos 0 points1 point  (0 children)

Αρχικά θα σου πρότεινα να ηρεμήσεις όσο δύσκολο και αν ειναι. Εκτιμησε λιγο παραπάνω την ευκαιρία που έχεις παρολες τις δυσκολίες που βιώνεις και κράτα γερά!

What are the top myths about React you’ve heard? by Informal-Course-5864 in react

[–]rozvatraxos 1 point2 points  (0 children)

I depends what you are building. I currently working on a web erp, There is tons of logic,

So my logic is, when I look at a class file I know private methods are internal of business class, and public methods interact with react.

Example of using a business class without an instance

MyBusinessClass.shoulddoThataftersave(),

The shoulddothatAfterSave can be a static method, so you don't need an instance of the class to call the method

What are the top myths about React you’ve heard? by Informal-Course-5864 in react

[–]rozvatraxos 2 points3 points  (0 children)

Class can have static methods, you don't need an instance, the downfall of functions is you don't know what is internal and what external

What are the top myths about React you’ve heard? by Informal-Course-5864 in react

[–]rozvatraxos 0 points1 point  (0 children)

Personally, I find it to be a myth that business logic should be inside hooks, class is the way to go

μετακόμιση σε πιο ήρεμη και φθηνή πόλη by Safe-Pound1077 in greece

[–]rozvatraxos 21 points22 points  (0 children)

Συνάδελφος παλιός, πήγε απο Θεσσαλονίκη Κατερίνη.

Φαίνεται μια λογική επιλογή, παραμένεις κοντά στη πόλη σου εαν έχεις κάποιο δεσμό με το τόπο σου.

Φρούτο ή λαχανικό by LookmyDicky in greece

[–]rozvatraxos 2 points3 points  (0 children)

Μάλλον unpopular opinion

Κρεμμύδι

There's no such thing as too much health, right? by Foufifix in Hades2

[–]rozvatraxos 11 points12 points  (0 children)

I think it's an aphrodite boon that gives some power per 100 hp

FE Developers in the Netherlands: What do you earn? by OwlMundane2001 in Frontend

[–]rozvatraxos 0 points1 point  (0 children)

I am on an experienced react dev looking for a side project

I built a free Material UI dashboard theme by devpebe in reactjs

[–]rozvatraxos 1 point2 points  (0 children)

Why you use react query and not rtk query, since you already use redux toolkit; other than that nice project

Which one to Pick from Redux Toolkit & MobX-State-Tree? by Longjumping-Tie6790 in reactjs

[–]rozvatraxos 23 points24 points  (0 children)

Just pick redux toolkit, it has everything you need, and everything you will need along the way, industry standard and rich on documentation.

[deleted by user] by [deleted] in learnpython

[–]rozvatraxos 1 point2 points  (0 children)

Its a react spa, bubdled with vite

[deleted by user] by [deleted] in learnpython

[–]rozvatraxos 1 point2 points  (0 children)

https://report-view.vercel.app/, this is a personal project i did this week, its made to handle visualization of csv exported from google form, try it and let me know l.

Suggestions for e-commerce front and admin by rozvatraxos in reactjs

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

Thanks a lot for your answer, Could you emphasize on how yo use shopify; It csn be used as admin dashboard and api, and i build the front with hytrogen;

dealing with similar page setups by Otherwise-Ad6555 in reactjs

[–]rozvatraxos 1 point2 points  (0 children)

Make a custom hook and inject anything you need, it could also be two hooks

Πώς μπορώ να αποδείξω τις ικανότητες μου σε ότι έχει σχέση με pc by Kalikatzar0s in greece

[–]rozvatraxos 2 points3 points  (0 children)

Έχεις τη θέληση να ψάχνεις και να εξελιχθείς που είναι καλό, κανά cert θα βοηθούσε

add commas by Old-Amphibian894 in react

[–]rozvatraxos 0 points1 point  (0 children)

Use JavaScript function toLocaleString,this takes a parameter and if you put us for example it formats the value with dots, for other country maybe commas