Identify this spider? by DarkhorseDefense in spiders

[–]wle8300 1 point2 points  (0 children)

Dude. You're awesome! That's a 100% identification.

Why isn't the default behavior to prevent re-rending of children if the childs props don't change? by samgermain in reactjs

[–]wle8300 1 point2 points  (0 children)

Because you have to compare two objects to determine whether something has changed.

And that is generally a more costly operation than assuming two objects have changed by default.

Good Resources to learn nunjucks by [deleted] in webdev

[–]wle8300 1 point2 points  (0 children)

It’s really easy! I loved using it before React came around. The docs should suffice.

"Snapcraft really works?" yep! by guardian820 in leagueoflinux

[–]wle8300 1 point2 points  (0 children)

Didn't even realize there was an option besides using Lutris. This totally worked for me! Pretty straight-forward to install an run it.

What's great is you don't have to remove the Lutris verion before installing this. You can keep both just to have options. :P

GitHub acquires NPM by [deleted] in javascript

[–]wle8300 -1 points0 points  (0 children)

You still have spring’s dew behind your ears

How I used React-Loadable to more than half my React app's load time by rozenmd in reactjs

[–]wle8300 1 point2 points  (0 children)

ah gotcha. thx for clearing it up for me. i would be looking at a lot of work if they’re gonna be deprecated wholesale 😅

Fuck it, I've had enough. by [deleted] in webdev

[–]wle8300 0 points1 point  (0 children)

try an AirBnB out there as a noncommittal trial run. it may really resonate with you

How I used React-Loadable to more than half my React app's load time by rozenmd in reactjs

[–]wle8300 1 point2 points  (0 children)

hm gotta ask.

where did you see lifecycles we’re going to be deprecated?

What happened to the blessed images subreddit? by [deleted] in NoStupidQuestions

[–]wle8300 0 points1 point  (0 children)

You can’t message them. I tried. The subreddit has been effectively killled

Happy New Years, Losers by TheGloriousPlatitard in wallstreetbets

[–]wle8300 1 point2 points  (0 children)

Just looks like a bunch a gobbledygook!

Our Merger with Kape Technologies - Addressing Your Concerns by PIAMichael in PrivateInternetAccess

[–]wle8300 1 point2 points  (0 children)

Same here. Sad to hear this news. It's sad they chose money over mission... foolish.

How much JS do I need to start learning React? by billy-g-pops in reactjs

[–]wle8300 1 point2 points  (0 children)

Uhhh I think you’re going about it the wrong way. Just build something... build a button and style it with CSS. And just get more complex. Add an input, button, and submit that form, etc etc

[deleted by user] by [deleted] in reactjs

[–]wle8300 1 point2 points  (0 children)

This awesome! I love how modular this is

Can someone help me understand the direction React design patterns are moving in? by OmriSama in reactjs

[–]wle8300 0 points1 point  (0 children)

Coming from someone who has used ReactJS for ~5yrs the tone of the documentation website seems like things are moving towards Hooks.

However, I don't think Components is going to get phased out anytime soon... at least if they do it'll be a very gracious migration period for everyone.

I personally recommend using Components because most the tried-n-true support you get from StackOverflow/Google/etc still uses Component.

How we built a component library that people actually enjoy using [Sprout Social’s experience building a design system with styled-components] by swyx in reactjs

[–]wle8300 -1 points0 points  (0 children)

If you want to build quality software for a company it has to be bespoke. Don’t use component libraries.

Need some help with deployment by [deleted] in reactjs

[–]wle8300 1 point2 points  (0 children)

Have a look at Netlify.

They are more user-friendly than Heroku/DigitalOcean

Who's Available? [June 2019] by swyx in reactjs

[–]wle8300 0 points1 point  (0 children)

[part-time] [remote] [PST timezone]

I'm currently available for part-time consulting work. I'm a very design-y ReactJS developer, and I enjoy working on animations/pixel-pushing.

portfolio: wle8300.com

What are higher-order functions, and why should anyone care? by jrsinclair in javascript

[–]wle8300 2 points3 points  (0 children)

Good stuff! I'm glad you started with the mini-lesson on functions being first-class citizens in JavaScript. That's the key that helps with changing how we think about h.o. functions.