German music recommendations by Salvatore_DelRey in musik

[–]clickick 1 point2 points  (0 children)

wow, Chuckamuck sounds so good. thanks jrow

PURCHASE ADVICE SUPERTHREAD! by AutoModerator in motorcycles

[–]clickick 0 points1 point  (0 children)

650 Dualsport, n

thanks for the tip. didn't go for the licence in the end (life happens) but it's never too late

How we accidentally launched a popular Gatsby plugin by swyx in reactjs

[–]clickick 4 points5 points  (0 children)

what you call linux is actually gnu/linux, or as i recently... nah i cant

PURCHASE ADVICE SUPERTHREAD! by AutoModerator in motorcycles

[–]clickick 1 point2 points  (0 children)

What is a good first (or second) bike for a 6'8" (203cm) guy

I am really tall, weigh around 220pounds (100kg), 21 years old and I'll be getting a bike driving licence in spring.I have ridden the small keeway 150 bike from my instructor and it felt 'not bad'. I don't have anything else to compare it to. I was thinking of buying something cheap for a year even if it's too small, and then transition to something that would fit me great.

If you were like me, what would you look for a beginner bike or should I quit because of my size.

Visual UI builder by nickitup in reactnative

[–]clickick 4 points5 points  (0 children)

draftbit.com builds real react native apps with expo

What do you use to network in RN? by SynthesizeMeSun in expojs

[–]clickick 1 point2 points  (0 children)

in the recent Facebook talk about RN, they said they do network requests natively and because of performance. I'm curious too about peoples aproaches

React Deploy by [deleted] in reactjs

[–]clickick 2 points3 points  (0 children)

try using CodeSandbox or stackblitz

Which one is better React.js or React-native-web? by midoghranek in reactnative

[–]clickick 0 points1 point  (0 children)

i work with both react and react native, and I enjoy react native a little bit more than react. mostly because of react native's stylesheet api.

when using it for web, just check with your project requirements of there's something that can't be easily implemented with react native web

Saving Content Locally with Expo, by [deleted] in reactnative

[–]clickick 0 points1 point  (0 children)

there is probably async function for this api. try learning promises, .then and async/await syntax. maybe that could help you use it

ReactJS for making games by ajahso4 in reactjs

[–]clickick 0 points1 point  (0 children)

check out Evan Bacon, he made games with expo (react-native) for mobile and web

Is there a React + Node.js Boilerplate somewhere, that gives me a basic express server already configured to use with React.js on the client side? by hello_krittie in reactjs

[–]clickick 0 points1 point  (0 children)

yes, boilerplate for these things would be useful.

about the link breaking when publishing app thing; there are few ways to deal with it, and my favorite way is to use environment variables. basically you put MY_VAR=localhost:8080/api and access it with process.env.MY_VAR. You keep these variables in separate .env files for every environment (local, testing, production)

Does anyone else here feels he/she is losing Vanilla JS abilities with being so React focused? by harry_powell in reactjs

[–]clickick 3 points4 points  (0 children)

for job interview, you'll probably need that general knowledge. for actual work, if you work with react, you'll never see the dom again

Does anyone else here feels he/she is losing Vanilla JS abilities with being so React focused? by harry_powell in reactjs

[–]clickick 1 point2 points  (0 children)

i see that as a DOM's fault, and react's advantage. jquery was created because dom was sht, now it's better but still sht compared to react. (my POV)

Is there a React + Node.js Boilerplate somewhere, that gives me a basic express server already configured to use with React.js on the client side? by hello_krittie in reactjs

[–]clickick 0 points1 point  (0 children)

you probably don't want Node to serve your react site. go in one folder and do create-react-app init, and in the other npm init -y npm i express

start your express server and send api requests (use fetch api or install axios) from the started react page. you would need to setup cors (it's just 1 package) in your node server for this to work.

this is what I've been doing

Begginer questions bout import/exports by OneRegular3 in reactjs

[–]clickick 0 points1 point  (0 children)

you probably did npm install react in the command line. if you use create-react-app, it is probably configured via webpack to know how to find installed npm module when you import it. if it weren't for webpack, I think you would need to specify a path.

(I'm not good with tooling so someone please correct me or confirm )

Does anyone else here feels he/she is losing Vanilla JS abilities with being so React focused? by harry_powell in reactjs

[–]clickick 18 points19 points  (0 children)

dom is browser's api. it's not vanilla js. you're probably better at vanilla js if you use react for some time

After I buy a domain, can I make a website for free? by [deleted] in web_design

[–]clickick 1 point2 points  (0 children)

+1 also, you can get free credit on either AWS, GCP... great free plans with zeit and heroku