* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: React Fundamentals Quickstart: A Fast Start For Developers  (Lida 98 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
React Fundamentals Quickstart: A Fast Start For Developers
« em: 03 de Novembro de 2022, 09:53 »

React Fundamentals Quickstart: A Fast Start For Developers
Published 11/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 411.14 MB | Duration: 1h 6m

A thorough quickstart for existing developers new to React. In just over an hour, learn the core React concepts.

What you'll learn
Create a React application from scratch
Use React's JSX syntax
Create React components
Communicate between components
Style React components with CSS in JS, CSS classes, CSS modules, and SASS
Display images in React components
Bind to data in React components
Handle user input with events
Manage component state with the useState() hook
Access API data with the useEffect() hook
Use React Router to define routes and pages (URLs)
Link to routes/pages
Access URL query/search parameters
Define and use route parameters
Requirements
A working knowledge of HTML and JavaScript is highly recommended.
A basic understanding of CSS is recommended but is not required.
An understanding of specific JavaScript features including: Arrow functions, arrays, and array functions such as map() and filter().
You do NOT have to be a JavaScript, HTML or CSS expert to take this course.
Description
A course doesn't have to be long to be effective. This course skips over the boring introductions and summaries and quickly demonstrates, in code, how to create React applications. This is a particularly helpful format for experienced developers who are wanting to learn React. I am an experienced video course author with more than 25 years of software engineering experience and 10 years of experience creating technical, front-end development learning content.This course begins by teaching you how to create a new React application from scratch using create-react-app, including an introduction to how the plumbing of how a React app is bootstrapped. You'll learn what react is, how it uses ReactDOM to efficiently render content, and the important parts of React's unique JSX syntax.In addition, you'll learn how to:Create your own React componentsStyle your componetns with css, css modules, and SASSDisplay data and images in your componentsShare data across componentsManage component state (data which changes over time) with the useState() hookRespond to user events like mouse clicksDefine and link to URLs, routes and pagesUse URL Query and Route ParametersShare state (data) across multiple componentsAccess API data with the fetch() and React's useEffect() hookYou'll learn all this and more as we build an e-commerce website that's both interesting and relevant to modern web development. The application built can be accessed on Github and the Github repo contains a checkpoint for each video in the course, so you can easily explore the application at any given point in the course.
Overview
Section 1: Getting Started With React
Lecture 1 Course Introduction
Lecture 2 What is React?
Lecture 3 Getting Started With React
Lecture 4 Understanding React Bootstrapping
Lecture 5 Understanding ReactDOM
Lecture 6 Understanding React's JSX Syntax
Section 2: React Components and Styling
Lecture 7 React Component Basics
Lecture 8 Styling React Components
Lecture 9 Using CSS Modules with React
Lecture 10 Using SASS to Style React
Lecture 11 Displaying Images with React
Lecture 12 Binding to Data with React
Lecture 13 Passing Data to Components with Props
Lecture 14 Reacting to User Input with Events
Lecture 15 Handling Component State with useState()
Lecture 16 Conditionally Rendering Content
Section 3: Routing and Navigation with React Router
Lecture 17 Routing and Navigation with React Router
Lecture 18 Linking to Routes
Lecture 19 Accessing URL Query/Search Parameters
Lecture 20 Using Route Parameters
Section 4: Sharing State and Accessing Server APIs
Lecture 21 Sharing React Component State
Lecture 22 Accessing API Data with useEffect()
This is a FAST-paced course intended for developers who are brand new to React.,You don't need to be an expert developer to learn React from this course, but brand new developers may find it too fast-paced.,Experienced developers will love the fast pace and focus on quick delivery of the most critical information.,Non-developers and brand new developers may find this course too fast paced.


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/b519978771d11790a4d5d63c39b5f19d/afqsu.React.Fundamentals.Quickstart.A.Fast.Start.For.Developers.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/6a6503dea09b833C/afqsu.React.Fundamentals.Quickstart.A.Fast.Start.For.Developers.rar

nitroflare.com:
Citar
https://nitroflare.com/view/042281C4CF3EF9D/afqsu.React.Fundamentals.Quickstart.A.Fast.Start.For.Developers.rar

1dl.net:
Citar
https://1dl.net/vfse0y6nsfwr/afqsu.React.Fundamentals.Quickstart.A.Fast.Start.For.Developers.rar.html