Details
-
AboutDevelopers, developers, developers,...
-
Skillsnocode
-
LocationDark part of the Earth
-
Github
Joined devRant on 4/18/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
It's a site called https://keybr.com
-
@Root
I think I have to tag @highlight
console.log('Sam'); -
wuphf.com
-
@remindme 5m
-
YesToJavascript
-
@dc297 yessss
-
I did a lot of React understood simple OOP concepts like inheritance, composition that's it.
-
@billgates Yup, most people choose Redux because it's simple JavaScript, in MobX you have to learn a new thing called decorators. Also, Redux has good documentation.
Since you are new to React you can look at building components with the help of "hooks". Building components using hooks is fast and simple.
(On a side note: React got some bigger breaking changes since the last 2 months than it was in 2 years)
Build some cool stuffs and post the results. -
The state you'll be passing down the component tree will be local and not global.
That's the reason why Redux, MobX, Flux, xState, and other state management libraries comes into action.
But on a SPA with more than one route passing down the data as a children callback will definitely have some huge pitfalls. -
I still have wolfenstein 3D in my computer!
-
@Drillan767 You could've used styled-components and be done with the app within 30mins, you can have all the things within a snap of a finger.
For example:
/* Without styled-components */
<button className="btn btn--primary">primary</button
<button className="btn btn--disabled">disabled</button>
<button className="btn">normal</button>
/* With styled-components *?
<Button primary>primary</Button>
<Button disabled>disabled</Button>
<Button>normal</Button>
/* all those "primary", and "disabled" will be given to you as a prop in a place where you created your prop */
*Boom* that is simple, right?
For more clearer view just see the below image. -
Some visual representation of what you did!?
-
I think I saw some msdn pages
-
@IceFreak2000 also check http://www.scoop.sh
-
Check out devrant about page.
-
Check out "handmade hero" in YouTube, that guy creates a game using C++ from scratch, I just don't code using that, it's cool to watch that sometimes.
Also if you like it learn it. -
@asgs
Exactly. -
Hugs
-
Blockchain mainly for the word decentralisation fuck companies with centralised network doing something worth our data.
-
Search for NodeJS in edX
-
Certificates from Udemy worth it? Does the courses worth it?
-
@sunnyDeveloper noo. But looks like this is an never ending story.
-
Just say what goddamn OS is.
-
Ruby on rails
-
@lucaspar @LuxARTS
-
I thought David Heinemeier Hansson created ruby
-
emacs
😈 mode -
@RememberMe 🤣
-
okay, php documentation was great, and laravel looks like nodeJS (will look into it!).
Thank you guys for your reply. -
@dfox, @linuxxx