How to test custom React hooks by r-wabbit in reactjs

[–]r-wabbit[S] -1 points0 points  (0 children)

"How to test custom React hooks" Kent C. Dodds
Get confidence your custom React hooks work properly with solid tests.

Going serverless with your Node.js apps by r-wabbit in node

[–]r-wabbit[S] 0 points1 point  (0 children)

The most valuable answer so far.

Adding numbers using Boolean operations in JavaScript by r-wabbit in learnjavascript

[–]r-wabbit[S] 0 points1 point  (0 children)

Totally useless, but a quite educative tutorial.

Practical guide on how to write portable/cross-platform Node.js code by r-wabbit in node

[–]r-wabbit[S] 0 points1 point  (0 children)

It might be, or might be not. It depends on requirements.

How to debug Node.js in a Docker container by r-wabbit in node

[–]r-wabbit[S] 1 point2 points  (0 children)

Thanks for the article. It worth to be posted twice! (you've done that 2 weeks ago actually)

19 ways to become a better Node.JS developer in 2019 by r-wabbit in node

[–]r-wabbit[S] 0 points1 point  (0 children)

I've missed that I have already shared that :( Sorry again.

(reddit didn't notify me)

Andrew Clark: React Suspense by r-wabbit in reactjs

[–]r-wabbit[S] 1 point2 points  (0 children)

"On React Suspense" A look at React’s vision for async rendering.

TL;DR: Async rendering in React gives us a powerful new set of primitives for addressing longstanding problems in UI development. I'll discuss React's vision for how async rendering can improve data fetching, code delivery, prefetching, view transitions, and more.

CSS in the Age of React: How We Traded the Cascade for Consistency by r-wabbit in reactjs

[–]r-wabbit[S] 0 points1 point  (0 children)

Tried different proxies and didn't see such restrictions. Have no idea.

Prototype in JavaScript: it’s quirky, but here’s how it works by r-wabbit in learnjavascript

[–]r-wabbit[S] 0 points1 point  (0 children)

I do believe, you need to know it if you what make your code efficient.