React
I created the exact same app in React and Svelte. Here are the differences.
React vs Svelte. Finally, a side-by-side code comparison! Because you've heard the fuss about Svelte, and now you want to know what the hype is all about.
ReactSvelteJavascript
Easy Deep Linking with React Native and Expo
How to create a shareable link for your mobile application
React-nativeExpoDeep-linking
How to use async function in React hook useEffect (Typescript/JS)?
ReactTypescriptJavascript
Set up React JS with ESLint, Prettier and Airbnb
One of the easiest way you can improve your code is to use a linter!
ReactJavascriptEslint
Can you console.log in JSX?
TLDR: Embed the expression
ReactJavascriptJsx
How to loop through arrays in React
ReactMapLoops
When should I use curly braces { } and parenthesis ( ) in React?
In the beginning of your career when learning React and ES6 JavaScript syntax, it can be confusing when to use curly braces { } and when to use parenthesis ( )
ReactJavascriptEs6
You Probably Don't Need act() in Your React Tests
What you should do instead.
ReactTesting
What is Ref Forwarding?
Passing refs to a child component
ReactJavascriptRefs
Understand Derived State in React
Learn about the hidden risks and how we can benefit from understanding them.
ReactJavascriptFrontend