DEV Community

sunflowerseed profile picture

sunflowerseed

Front End Dev

Joined Joined on  github website
A 5 minute guide to nvm

A 5 minute guide to nvm

8
Comments
2 min read

Want to connect with sunflowerseed?

Create an account to connect with sunflowerseed. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Don't run `sudo npm install -g` -- the simplest way to make it work

Don't run `sudo npm install -g` -- the simplest way to make it work

5
Comments
1 min read
The only two values in JavaScript that is a === b, but operation using them give different results

The only two values in JavaScript that is a === b, but operation using them give different results

4
Comments
1 min read
How to get data from API and show static data from server using NextJS?

How to get data from API and show static data from server using NextJS?

3
Comments 3
1 min read
Do we really use useContext() in React?

Do we really use useContext() in React?

1
Comments
1 min read
Why do programmers say when they use tmux, their productivity shoot up the roof?

Why do programmers say when they use tmux, their productivity shoot up the roof?

1
Comments 1
1 min read
Sharing a story how chaotic your small company was?

Sharing a story how chaotic your small company was?

3
Comments
1 min read
It is better to write something complicated that people find it hard to understand

It is better to write something complicated that people find it hard to understand

10
Comments 10
2 min read
I noticed being a contractor earn 40% to 50% less, and no 401K, no ESPP, no insurances, no vacations

I noticed being a contractor earn 40% to 50% less, and no 401K, no ESPP, no insurances, no vacations

6
Comments 4
1 min read
Why delete my comment?

Why delete my comment?

8
Comments 7
1 min read
One of the most evil things: let the user type for 15 minutes and blank out his textbox

One of the most evil things: let the user type for 15 minutes and blank out his textbox

4
Comments 1
1 min read
Should Web API be limited to RESTful?

Should Web API be limited to RESTful?

7
Comments 1
1 min read
Poll: Do you know in JavaScript, what `a == null` is for, exactly?

Poll: Do you know in JavaScript, what `a == null` is for, exactly?

5
Comments 3
1 min read
If you use a Google Map API Key, don't you need to put it in JavaScript and anybody can see it and use it too?

If you use a Google Map API Key, don't you need to put it in JavaScript and anybody can see it and use it too?

5
Comments 1
1 min read
Any developer out there can tell us how you use RxJS?

Any developer out there can tell us how you use RxJS?

4
Comments 2
1 min read
Is RxJS more popular than React?

Is RxJS more popular than React?

6
Comments 1
1 min read
I don't know why React users downvote my StackOverflow questions just like PHP users

I don't know why React users downvote my StackOverflow questions just like PHP users

6
Comments 4
1 min read
I am applying for front end dev but the interview will have one hour of "scaling web app", what does it involve?

I am applying for front end dev but the interview will have one hour of "scaling web app", what does it involve?

6
Comments 7
1 min read
Is it true that components in a ReactJS app should be divided into container components and presentational components?

Is it true that components in a ReactJS app should be divided into container components and presentational components?

7
Comments 5
1 min read
If we don't use redux-thunk or redux-saga, what do we use?

If we don't use redux-thunk or redux-saga, what do we use?

7
Comments 4
1 min read
I feel a little overwhelmed by middleware, redux-thunk, redux-saga

I feel a little overwhelmed by middleware, redux-thunk, redux-saga

5
Comments 2
1 min read
How come job interviews turned in LeetCode familiarity?

How come job interviews turned in LeetCode familiarity?

5
Comments 4
2 min read
How to make a React / Redux App able to get a value from a sub-component?

How to make a React / Redux App able to get a value from a sub-component?

3
Comments 1
1 min read
I can't understand Redux's `store.dispatch()`. Is it `store.takeAction()`?

I can't understand Redux's `store.dispatch()`. Is it `store.takeAction()`?

5
Comments 2
1 min read
Does Redux minimize re-rendering?

Does Redux minimize re-rendering?

4
Comments 3
1 min read
How is GraphQL different from the old days?

How is GraphQL different from the old days?

42
Comments 20
1 min read
ReactJS -- If it is setting a state with the same value, will the component be re-rendered?

ReactJS -- If it is setting a state with the same value, will the component be re-rendered?

21
Comments 18
1 min read
What if a ReactJS app is structured so that App State is the App container, and App and all components are context consumers?

What if a ReactJS app is structured so that App State is the App container, and App and all components are context consumers?

3
Comments
2 min read
The only two values a and b in JavaScript that is a === b, but operation using them give different results

The only two values a and b in JavaScript that is a === b, but operation using them give different results

4
Comments
1 min read
loading...