Learn React In Pidgin! - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Learn React In Pidgin! (1468 Views)
| Learn React In Pidgin! by pidginedtec(op): 10:39pm On Mar 17, 2021 |
| Re: Learn React In Pidgin! by pidginedtec(op): 5:28pm On Mar 18, 2021 |
The image is the user interface for the single-page application we’re building from scratch. Although the app does not do much, we will learn a lot of React concepts in the process of developing it; for example, we will learn how to: Plan a React app, use React hooks (a new feature in React 16. , render lists in React, handle form controls, and use callback like a Pro.Watch this video to see how to create React app scaffolding using Create-React-App CLI. https://www.youtube.com/watch?v=xd3cJlJzBxE
|
| Re: Learn React In Pidgin! by pidginedtec(op): 12:17pm On Mar 22, 2021 |
Watch this video to see how we handled our App Component tree/Structure: https://www.youtube.com/watch?v=E2UwtR8eNQM Learn by doing |
| Re: Learn React In Pidgin! by pidginedtec(op): 8:43am On Mar 23, 2021 |
See how we determined our Application state in this video: https://www.youtube.com/watch?v=ARWx_aE4gXY Learn by doing |
| Re: Learn React In Pidgin! by pidginedtec(op): 11:53am On Mar 26, 2021 |
| Re: Learn React In Pidgin! by pidginedtec(op): 9:32pm On Mar 27, 2021 |
| Re: Learn React In Pidgin! by pidginedtec(op): 9:53am On Mar 28, 2021 |
Ok, we don finish our Header Component. Watch this video to see styled-components in action: https://www.youtube.com/watch?v=Vhk9mKMgUoE |
| Re: Learn React In Pidgin! by bularuz(m): 3:31pm On Mar 28, 2021 |
Nice work @op, very nice but my problem with React is it seems to be much work when compared to traditional html, css and js. |
| Re: Learn React In Pidgin! by pidginedtec(op): 5:25am On Mar 29, 2021 |
![]() |
| Re: Learn React In Pidgin! by pidginedtec(op): 5:26am On Mar 29, 2021*. Modified: 6:08am On Mar 29, 2021 |
Thank you for the feedback. bularuz:That's true if you're dealing with a simple page, but if you want to manage the state and render different outcomes depending on the state, React is a great choice. |
| Re: Learn React In Pidgin! by pidginedtec(op): 4:57pm On Apr 08, 2021 |
| Re: Learn React In Pidgin! by Nobody: 11:17pm On Apr 08, 2021 |
Excellent. I'll document this down |
| Re: Learn React In Pidgin! by pidginedtec(op): 8:07pm On Apr 09, 2021 |
| Re: Learn React In Pidgin! by pidginedtec(op): 1:11pm On Apr 15, 2021 |
| Re: Learn React In Pidgin! by pidginedtec(op): 9:36am On Apr 20, 2021 |
| Re: Learn React In Pidgin! by pidginedtec(op): 8:08pm On May 05, 2021 |
Watch this video to see how we create our Lister React component: https://www.youtube.com/watch?v=WR2_T12W0LY |
| Re: Learn React In Pidgin! by pidginedtec(op): 4:32pm On May 07, 2021 |
| Re: Learn React In Pidgin! by pidginedtec(op): 11:16am On May 11, 2021 |
Watch this video to see how we hook up the Search component to filter posts by title: https://www.youtube.com/watch?v=ssNj0Rfg_-k |
Should I Learn React Or Bootstrap? • What Will Happen To React In Future? • Lets Learn React Native,javascript,react Js And Node Js Together(alimosho LGA) • 2 • 3 • 4
Interswitch Developer Program 2025 - Application Update • My Fellow Students Of Programming Help Me Out • New Whatsapp Update Will Make You Quarrel With Your Phone
, render lists in React, handle form controls, and use callback like a Pro.