New here? Post 10 threads to unlock access to threads, or upgrade now to access Crax all content instantly!
Join CraxPro and earn real money through our Credit Rewards System. Participate and redeem credits for Bitcoin/USDT. Start earning today! Read the detailed thread here
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Practical Test: Become A Pro Certified React Developer
Challenge yourself with questions about more advanced topics in React, such as hooks, context, portals, and way more
Included in This Course
40 questions
Practice Tests
Round one20 questions
Round Two20 questions
*** Hidden text: You do...
Complete React Developer in 2023 (w/ Redux, Hooks, GraphQL)
Last Update 05/2023
MP4 | Video: h264, yuv420p, 1920x1080 | Audio: aac, 22050 Hz | Duration: 42h 15m | 23.99 GB
Genre: eLearning | Language: English
Just FULLY updated and re-recorded with all new React features (React v18)! Join a live...
Published 1/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 987.47 MB | Duration: 1h 38m
Learn to build a Full Stack NestJS and React Electron Application in No Time
What you'll learn
The student will learn the basics of RESTful API development with NestJS
How...
Build a Backend REST API with Node JS from Scratch
Build a backend NodeJS API with a React client
What you'll learn
Capacity to quickly build a backend API for any kinds of projects and MVPs
Create API endpoints, test an API and secure it
Capacity to build a client React application and plug it...
HTML, CSS, React - Certification Course for Beginners
Creating interactive user-interface (UI) components using HTML, CSS, and React.
What you'll learn
HTML Foundations
The Structure of an HTML Web Page
HTML Body and Header Tags
HTML Text Formatting
HTML Unordered and Ordered Lists
Embedding...
React: All You Need to Know with Practical Project
Learn React by building real-world applications with React, React hooks and integrating RESTful APIs
What you'll learn
Master the entire modern frontend stack: React, APIs integration, React hooks
Learn about the React core functionality
Learn...
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 85 Lectures ( 14h 28m ) | Size: 9.13 GB
Learn React.js through a series of practical exercises & examples and finally deploy your own app online.
What you'll learn:
If you had been...
What you'll learn:
Learn React with Next Js
Learn Full Stack Web Development with React Next Js and MongoDB
Learn to Build Real World Multi User Blogging Platform
Learn Authentication, Authorization, Uploads, Emails, CRUD, Likes, Comments and more
Requirements:
Basic Understanding of JavaScript...
Complete Bootstrap & React Bootcamp with Hands-On Projects
Learn to Build Responsive, Interactive Web Apps using Bootstrap and React.
What you'll learn
Learn the Bootstrap Grid System
Learn to work with Bootstrap Three Column Layouts
Learn to Build Bootstrap Navigation Components
Learn to Style...
Build a Custom E-Commerce Site in React + JavaScript Basics
Build a Fully Customized E-Commerce Site with Product Categories, Shopping Cart, and Checkout Page in React.
What you'll learn
Introduction to the Document Object Model (DOM)
The Foundations of JavaScript
JavaScript Arithmetic...
React - Complete Developer Course with Hands-On Projects
Learn React JS through a Series of Hands-On Projects. Build an E-Commerce Site, Calculator, and Connect4 Game.
What you'll learn
What is React?
The Tools Needed to Build React Projects
Introduction to Code Pen
Functional Components in...
React: All You Need to Know with Practical Project
Learn React by building real-world applications with React, React hooks & integrating RESTful APIs
What you'll learn
Master the entire modern frontend stack: React, APIs integration, React hooks
Learn about the React core functionality...
MERN Stack: All You Need to Know with Practical Project
Learn MERN stack by building real-world applications with Node, Express, MongoDB, React & integrating RESTful APIs
What you'll learn
Master the entire modern full-stack: Node, Express, React, MongoDB and Mongoose
Learn about the Nodejs...
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 36 Lectures ( 12h 46m ) | Size: 5.76 GB
Take Your Skills to the Next Level as You Build a Dynamic Blogging Platform with Advanced React and Laravel Techniques
What you'll learn:
Achieve...
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.69 GB | Duration: 2h 35m
WhatsApp clone React JS project
What you'll learn
Improve skills in front end web development
Can create different website clones
Will help you to add new project to the resume
Improve...
Build a Simple Calculator in React + JavaScript Foundations
Learn the Foundations of React and JavaScript by Building a Calculator. Includes JSX, Callbacks, Events, + More
What you'll learn
The purpose of ReactJS
Building a Simple React Web Page
The Tools Needed to work with React
Introduction...
Complete JavaScript, jQuery and React Bootcamp - Hands-On
Learn to Harness the Power of JavaScript, jQuery and React to Build Stunning Front-End User Interfaces.
What you'll learn
Understand the Document Object Model (DOM)
Manipulate Web Page Components using the DOM
Learn how to Embed Internal...
Build a Connect-4 Clone in React + JavaScript Foundations
Learn the Foundations of React and JavaScript by Building a Fully Functional Connect-4 Game Clone.
What you'll learn
Introduction to the Document Object Model (DOM)
DOM Manipulation
JavaScript Foundations
JavaScript Arithmetic Operators...
import { NavigationContainer } from "@react-navigation/native";
import { createNativeStackNavigator } from "@react-navigation/native-stack";
import * as React from "react";
import SplashScreen from "../screens/splash";
import Login from "../screens/auth/login";
import ForgetPassword from...