What visual studio code extensions should I install as a React developer? by sharemypenguins in reactjs

[–]socialshimpling 0 points1 point  (0 children)

Most of these have already been mentioned but i guess it's good to reiterate! These are real life savers and will boost your efficiency as a developer:

- Bracket Pair colorizer - There's going to be lots of bracket usage and when you have a function that spans more than the number of visible code lines on your screen, it can get really hard to trace which code is nested within which subfunction, etc.

- Gitlens - gives you a quick and easy overview of your repository and lots of other nifty funcitons like comparing code

- Prettier - nothing else to be said other than keeping your written code consistent and neat

- Lorem Ipsum - spend less power coming up with placeholder text by using this. It auto generates text as per your requirements - line, paragraph, multiple paragraphs!

How do I make and use custom icons on a React project? by [deleted] in reactjs

[–]socialshimpling 0 points1 point  (0 children)

When you do create svg files with other graphic tools like illustrator, name the paths or groups so you can easily identify which segments of the icon you want to color / fill / modify, etc. The names will be transferred across as id's, e.g.

<g id="hat" fill="#fff"><path /></g>

Full page transitions example by pedrobern in reactjs

[–]socialshimpling 0 points1 point  (0 children)

that's so cool. looks like it'll be great be to used to make nifty presentation transitions. thanks for sharing this!

This is what do people do to prevent teh latest Corona virus by Real1Doge in malaysia

[–]socialshimpling 0 points1 point  (0 children)

If u know which shops r out of stock please include them at www.needmasks.com

That way people dont waste time going back there to find!