Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
React,  Redux & Material UI Workshop for Beginners Vote_lcapReact,  Redux & Material UI Workshop for Beginners Voting_barReact,  Redux & Material UI Workshop for Beginners Vote_rcap 
ℛeℙ@¢ᴋ€r
React,  Redux & Material UI Workshop for Beginners Vote_lcapReact,  Redux & Material UI Workshop for Beginners Voting_barReact,  Redux & Material UI Workshop for Beginners Vote_rcap 
tano1221
React,  Redux & Material UI Workshop for Beginners Vote_lcapReact,  Redux & Material UI Workshop for Beginners Voting_barReact,  Redux & Material UI Workshop for Beginners Vote_rcap 
ПΣӨƧӨFƬ
React,  Redux & Material UI Workshop for Beginners Vote_lcapReact,  Redux & Material UI Workshop for Beginners Voting_barReact,  Redux & Material UI Workshop for Beginners Vote_rcap 
大†Shinegumi†大
React,  Redux & Material UI Workshop for Beginners Vote_lcapReact,  Redux & Material UI Workshop for Beginners Voting_barReact,  Redux & Material UI Workshop for Beginners Vote_rcap 
Engh3
React,  Redux & Material UI Workshop for Beginners Vote_lcapReact,  Redux & Material UI Workshop for Beginners Voting_barReact,  Redux & Material UI Workshop for Beginners Vote_rcap 
Noviembre 2024
LunMarMiérJueVieSábDom
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarioCalendario
Últimos temas
» Microsoft Edge Stable 130.0.2849.68 Dual x86x64 [Silent]
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 11:35 am por ℛeℙ@¢ᴋ€r

» FinePrint 12.08 Multilingual
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 10:39 am por ℛeℙ@¢ᴋ€r

» pdfFactory Pro 9.08 Multilingual
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 10:30 am por ℛeℙ@¢ᴋ€r

» WordWeb Pro 10.42 + Ultimate Reference Bundle
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 10:16 am por ℛeℙ@¢ᴋ€r

» Pazu Netflix Video Downloader 1.8.0 (x64) Multilingual
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 10:06 am por ℛeℙ@¢ᴋ€r

» Any Video Downloader Pro 9.0.11
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 9:55 am por ℛeℙ@¢ᴋ€r

» Fast Video Downloader 4.0.0.68 Multilingual
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 9:00 am por missyou123

» FinePrint 12.08 Multilingual
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 8:58 am por missyou123

» MediaMonkey Gold 2024.0.0.3070 Beta Multilingual
React,  Redux & Material UI Workshop for Beginners EmptyHoy a las 8:54 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 React, Redux & Material UI Workshop for Beginners

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 76905
Fecha de inscripción : 20/08/2016

React,  Redux & Material UI Workshop for Beginners Empty
MensajeTema: React, Redux & Material UI Workshop for Beginners   React,  Redux & Material UI Workshop for Beginners EmptyMiér Jul 21, 2021 10:39 am

React,  Redux & Material UI Workshop for Beginners 653759928cf4e15139162c25b3fc351d
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 26 lectures (3h 23m) | Size: 2.12 GB
We will build a Todo app from scratch using React, Redux-Saga, Material UI and understand the concepts.

What you'll learn:
Create a Todo app from scratch with React
Setup Redux-Saga in the application
Use Material UI components to build the app
State persistence for the redux store
Implement adding, completing & deleting Todos
JEST unit testing setup from scratch
Write JEST unit tests for the reducer
Check test coverage in JEST

Requirements
Basic knowledge of Javascript

Description
Are you a beginner to React, Redux or Material UI ?

Do you feel setting up redux-saga, understanding and remembering it is difficult ?

Do you find it difficult to understand all the different pieces involved like Webpack, JSX and Transpilation ?

Are you confused about how to properly unit test React components using Jest ?

Don't worry, I have been there too.

So I decided to create a workshop for it in order to bring clarity to the absolute beginners who want to get started in just 1 day. You just need basic javascript knowledge to join the workshop

Skills can pay the bills.

The number of jobs for the trio combination of ( React, Redux, Material-UI ) has increased and they are demanding skills to have in your CV in 2021.

The fact is, not everyone can easily understand and start building projects with React and use Redux with Material UI right away. But as a beginner, you will need a bit of push. Online documentation is great. I don't deny it. But with my hands-on experience, I believe I can help you give that initial push.

Code with me and learn how to bootstrap without generators.

AGENDA

- Introduction to React & Redux.

- Redux dev tools.

- Introduction to Material UI.

- Understanding concepts like JSX, Babel & Webpack.

- Learn about JSS, Virtual DOM & NPM.

- Best practices for UI design for beginners.

PROJECT DETAILS

We will build a sophisticated Todo app

- Understand React concepts as we build the app

- We will use React hooks to build the app.

- Material UI components & appropriate usage.

- App state finalisation and discussion.

- Redux-Saga setup for the app from scratch.

- Project structure explanation.

- Introduction to unit testing using Jest.

- Write few unit tests.

You will be able to download

- Full project source code

We will be using concepts like react hooks, redux setup, refs, material components & state persistence while building this React app and then give you the source code for future reference. You can use this as a bootstrap while working on your office projects and quickly configure stuff. Say No to StackOverflow for things that you can remember. This saves you time to focus on the core logic in your projects.

Unit testing with Jest

Unit testing the redux state of a react component is so critical because the reducer function dictates the behaviour of your app simply because it controls the entire state.

Mocking external libraries and exports are crucial during testing because we are interested to verify only our code changes.

In order to achieve this, we will make use of jest mock fn( ) to bypass the undesired portions of the code and make sure our redux reducer is stable and protected from future code changes which may introduce potential damage.

I hope you like the workshop.

Warm regards,

Manoj

Who this course is for
Developers who want to get started with ReactJS
Any developer who wants to learn React
Developers who want to use Redux state management
Material UI enthusiasts
Anyone who wants to move to frontend

React,  Redux & Material UI Workshop for Beginners Ee88cd86c63bce80396a14c063764391

DOWNLOAD:
Citación :

https://rapidgator.net/file/a36bde583249fb7e63046a3f17878843/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part1.rar.html
https://rapidgator.net/file/0d424d7c9cfc4adc6022ea0fa823cf6c/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part2.rar.html
https://rapidgator.net/file/c718ef99c2c65e73d558164058a73761/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part3.rar.html


https://uploadgig.com/file/download/297A8eaaB96ac011/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part1.rar
https://uploadgig.com/file/download/D7380700d0232059/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part2.rar
https://uploadgig.com/file/download/Cd712F258568e862/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part3.rar


https://nitroflare.com/view/B558F434387D582/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part1.rar
https://nitroflare.com/view/5C40AECDE5502FE/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part2.rar
https://nitroflare.com/view/36DFF2CCDFB810D/6bjy8.React.Redux..Material.UI.Workshop.for.Beginners.part3.rar

Volver arriba Ir abajo
 

React, Redux & Material UI Workshop for Beginners

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Writing modern React apps (w/ Redux Toolkit + Typescript + Material UI + Auth0)
» Redux with React JS Learn Redux with Modern React JS
» React - The Complete Guide (incl. Hooks, React Router, Redux) [Update]
» React JS and Redux Bootcamp - Master React Web Development [Update]
» React js. From the beginning. w/ Redux and React Router

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-