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.
Building Cross-Platform Apps with React Native: Challenges and Solutions 📱💻

Building Cross-Platform Apps with React Native: Challenges and Solutions 📱💻

Comments
3 min read
Essential React Redux Interview Questions and Answers to Ace Your Next Interview

Essential React Redux Interview Questions and Answers to Ace Your Next Interview

1
Comments 3
5 min read
Commit17 //JavaScript React [Organize Your React Code]

Commit17 //JavaScript React [Organize Your React Code]

1
Comments
4 min read
Commit16 //#JavaScript30 - Day 4 [Array Cardio Day 1]

Commit16 //#JavaScript30 - Day 4 [Array Cardio Day 1]

Comments
6 min read
Commit15 //JavaScript React [Writing React Code]

Commit15 //JavaScript React [Writing React Code]

2
Comments
3 min read
Commit14 //JavaScript React [How Does React Work?]

Commit14 //JavaScript React [How Does React Work?]

1
Comments
2 min read
React Anti-Patterns and Best Practices - Do's and Don'ts

React Anti-Patterns and Best Practices - Do's and Don'ts

2
Comments
16 min read
Applying the useState Hook to an old React project

Applying the useState Hook to an old React project

5
Comments 7
5 min read
From Front Desk to Front End p.20

From Front Desk to Front End p.20

4
Comments 2
2 min read
Hacktoberfest 101 with ReactPlay

Hacktoberfest 101 with ReactPlay

3
Comments
6 min read
Help to build a language for developing full-stack web apps with no boilerplate

Help to build a language for developing full-stack web apps with no boilerplate

3
Comments
1 min read
React environment frustration. Growing as a learner

React environment frustration. Growing as a learner

1
Comments 1
2 min read
Why You Should Not Be a Reactive Developer

Why You Should Not Be a Reactive Developer

6
Comments 1
7 min read
Create a No-Touch QR Code Menu with GitHub Pages

Create a No-Touch QR Code Menu with GitHub Pages

8
Comments 8
9 min read
Making a Project Your Own Through Problem Solving

Making a Project Your Own Through Problem Solving

4
Comments 7
2 min read
The Occasional Update - no.2

The Occasional Update - no.2

6
Comments 4
3 min read
The Occasional Update - no.1

The Occasional Update - no.1

10
Comments 22
3 min read
JSX for beginners (and how it differs from HTML)

JSX for beginners (and how it differs from HTML)

11
Comments 4
2 min read
How to use ESLint and Prettier for code analysis and formatting

How to use ESLint and Prettier for code analysis and formatting

5
Comments
6 min read
How to use Docker in your Node and React Applications

How to use Docker in your Node and React Applications

14
Comments 5
5 min read
How to do Test Driven Development in React using React Testing Library, Jest and Cypress

How to do Test Driven Development in React using React Testing Library, Jest and Cypress

8
Comments 1
10 min read
React native and swift?

React native and swift?

2
Comments 3
1 min read
React 18 Whats New

React 18 Whats New

7
Comments 5
5 min read
Authentication using the Auth0 to a React application

Authentication using the Auth0 to a React application

3
Comments 1
7 min read
The Most Popular React Tech Stack in 2022 (Based on Data)

The Most Popular React Tech Stack in 2022 (Based on Data)

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