CodeNewbie Community 🌱

React

For content related to for Facebook's React JavaScript library for building user interfaces.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to get better and easier state management with Redux Toolkit

How to get better and easier state management with Redux Toolkit

4
Comments 1
17 min read
How I created and deployed my first full stack web application in just 4 days

How I created and deployed my first full stack web application in just 4 days

6
Comments 1
3 min read
Why copying tutorial projects does not help you to learn React?

Why copying tutorial projects does not help you to learn React?

5
Comments 3
3 min read
VueJS fundamentals + resources for React Developers

VueJS fundamentals + resources for React Developers

7
Comments 3
8 min read
HERN Stack, Comin’ In Hot

HERN Stack, Comin’ In Hot

9
Comments 1
5 min read
How to use Notion API with NextJS

How to use Notion API with NextJS

11
Comments 1
6 min read
Here's what every React Developer needs to know about TypeScript - Part 1

Here's what every React Developer needs to know about TypeScript - Part 1

9
Comments 1
21 min read
Weatherify: A Weather App built with React.💙

Weatherify: A Weather App built with React.💙

13
Comments 4
1 min read
Core React Concept: JSX

Core React Concept: JSX

3
Comments
3 min read
Launch Calendar

Launch Calendar

5
Comments
5 min read
Why you should use Chakra UI in React

Why you should use Chakra UI in React

6
Comments 3
11 min read
#3 | React with Hooks-Context: The Abstraction Wars (Mar 17, 2021)

#3 | React with Hooks-Context: The Abstraction Wars (Mar 17, 2021)

4
Comments
18 min read
How To Build Cross Platform Apps Using React, React Native And Redux

How To Build Cross Platform Apps Using React, React Native And Redux

8
Comments 4
13 min read
What is Skeleton Loading and how to implement it in React

What is Skeleton Loading and how to implement it in React

8
Comments 4
5 min read
ReactDOM.render()

ReactDOM.render()

12
Comments 2
2 min read
How the global pandemic turned more people to code and why you should do it too

How the global pandemic turned more people to code and why you should do it too

6
Comments 2
7 min read
My First Technical Assessment Experience

My First Technical Assessment Experience

3
Comments 3
2 min read
Why I built a virtual tutor for teaching JavaScript and React

Why I built a virtual tutor for teaching JavaScript and React

4
Comments 1
3 min read
You Need to Try These 10 NPM Packages as a React Developer

You Need to Try These 10 NPM Packages as a React Developer

8
Comments 2
5 min read
Open source Node.js and React projects to contribute to

Open source Node.js and React projects to contribute to

5
Comments 6
1 min read
'Hello World" after 30's

'Hello World" after 30's

2
Comments 8
2 min read
16 side project GitHub repositories you may find useful

16 side project GitHub repositories you may find useful

8
Comments
5 min read
Working with Single-SPA

Working with Single-SPA

6
Comments 7
9 min read
A Quick Intro to React ⚛️

A Quick Intro to React ⚛️

7
Comments
7 min read
8 neat Javascript tricks you didn't know in 4 minutes.

8 neat Javascript tricks you didn't know in 4 minutes.

7
Comments
4 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);