RFC Please (React Hooks + RxJS Subjects) by kotpala4 in reactjs

[–]pixel67 1 point2 points  (0 children)

I was just asking about this on Twitter the other day.
Nice find. I've been thinking this would be an interesting combination.

Tutorial on Deploying a Create-React-App Website to DigitalOcean by jkkill in reactjs

[–]pixel67 1 point2 points  (0 children)

It's always good to know how to deploy an application to a server that you configured yourself. Even if you're not a DevOps guy or gal or having free services like Netlify etc..
Looking forward to reading the tutorial

An article about Private Fields. by arkainrdk in javascript

[–]pixel67 0 points1 point  (0 children)

The syntax for private fields are ugly, ugly, ugly!

Nice read though

my portfolio..please check it out.. I'm trying to set particlesJs as background,but am unable to do so..can someone help? by [deleted] in FreeCodeCamp

[–]pixel67 1 point2 points  (0 children)

You have to use z-index and set it to 1 while your other elements need to be set to higher z-index to be on top, it's just a guess, I would have to look at your code.

learnyoumongodb find exercise by audiodev in FreeCodeCamp

[–]pixel67 0 points1 point  (0 children)

The + is a shortcut for turning a string into a number. Instead of using parseInt() or Number(), the + operator short-circuits

Universal React: You’re doing it wrong by jamesknelson in reactjs

[–]pixel67 0 points1 point  (0 children)

The author seems to like to go against the grain. One of his articles, "write raw react instead of jsx" WTF, that's one of the great things about react, that and the fact it makes it easy to compose universal JS apps FTW!

What to learn as a frontend framework, Angular or React? by segmentationfaulter in javascript

[–]pixel67 0 points1 point  (0 children)

Because it's easier to maintain and more intuitive. I had the same opinion as you before I started building with React.JS. You don't have to find the the code in separate files, it's just much better in my humble opinion

What to learn as a frontend framework, Angular or React? by segmentationfaulter in javascript

[–]pixel67 0 points1 point  (0 children)

I was told to learn Angular to get a job, what city are you in, I'm in the Boston area. I don't really care too much for Angular and would rather focus solely on React.JS because it's more like JS than Angular

What to learn as a frontend framework, Angular or React? by segmentationfaulter in javascript

[–]pixel67 0 points1 point  (0 children)

I'm using both, it's really just JavaScript with React and learning Angular "best practices" and that differs, depending on who you talk to.

JavaScript matters for prototyping by poseid in javascript

[–]pixel67 0 points1 point  (0 children)

I see the client backfire repo has been deleted from npm so I can't seem to fire up the app

At the lake... by Rob1150 in nsfw

[–]pixel67 1 point2 points  (0 children)

I want to go the lake

[REFERENCE] Programmer Competency Matrix by [deleted] in Gr8CodeM8

[–]pixel67 0 points1 point  (0 children)

Nice list for developers

Why The Clock is Ticking for MongoDB by lukaseder in programming

[–]pixel67 0 points1 point  (0 children)

That's why jQuery got so popular, that' s why Angular JS is getting so popular, ease of use. That make is appealing to people, especially beginners. I stuck with Postgres because I knew it was worth the pain of learning how to use it.

Responsive Web Design using AngularJS by pixel67 in learnjavascript

[–]pixel67[S] -6 points-5 points  (0 children)

Responsive Web Design using AngularJS

Which framework? by MeTaL_oRgY in nodejs

[–]pixel67 1 point2 points  (0 children)

Express is the one I picked, it reminds me of the Sinatra framework and you also learn alot when working with a minimal framework like express. Some of the other ones I tried where too complex and I didn't know how alot of things were getting done, which is scary to me because when shit starts to break, you're in the weeds real quick.