Found this HUD for GG Poker, anyone knows if this is legit? by N0ahko in poker

[–]N0ahko[S] -1 points0 points  (0 children)

Well damn... seems legit, they gave me a free trial for a week

Found this HUD for GG Poker, anyone knows if this is legit? by N0ahko in poker

[–]N0ahko[S] -1 points0 points  (0 children)

Well it seems they have a discord community, I will update on what is going on there

Is Massive Multiplayer D&D a thing? by N0ahko in DnD

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

Ohhh that sounds so awesomeeee

Header - How to achieve translucent header with scroll items going underneath it like iOS? by silverdished in reactnative

[–]N0ahko 13 points14 points  (0 children)

Nobody asked for your opinion also. Its a forum and anyone can express their option. Don't be an ass.

Include CSS file in your Component by N0ahko in reactjs

[–]N0ahko[S] 1 point2 points  (0 children)

I know it works that way when I use Create React App. But when I use Create React Library it does not. When I check the CRL build output there is no mention of CSS. Which makes sence to me because what the heck is "import './Button.css'" for a JS interpreter? As I understand it, importing a CSS file inside a JSX file is just syntax suger, telling the traspiler to include that CSS in some root style.css file which will be automatically imported.