Elijah Smith
Elijah Smith
  • 37
  • 2 631

Відео

React Hooks and Local Storage - CodeTheDream 2024/12/05 Ibis React.js Group Session
Переглядів 2714 днів тому
In this session, we talk about custom hooks, the useEffect hook, and saving data to the browser with local storage.
Lifting State and Props Handling - 2024/11/21 CodeTheDream Ibis React.js Session
Переглядів 52Місяць тому
In this session, we get some practice deciding on where to put state and passing around handler functions as we build a cart for our shopping application. We also talk about separating responsibilities and making generic components.
Props and State - 2024/11/14 CodeTheDream Ibis Group session
Переглядів 44Місяць тому
In this session, we talk about props and state and apply them to the context of a shopping platform.
React DOM and Components - 2024/11/07 CodeTheDream Ibis React.js Session
Переглядів 131Місяць тому
In this session, we start working through a demo shopping app project and get very sidetracked on tangents about named vs default exports, data modeling, and race conditions.
Sorting and Big-Oh - 2024/09/26 CodeTheDream Hawk React.js Session
Переглядів 832 місяці тому
In this session, we talk about sorting in JavaScript, writing algorithms, and comparing time and space efficiency using Big-Oh notation.
TypeScript - CodeTheDream 2024/09/19 Hawk React.js Session
Переглядів 1583 місяці тому
In this session, I attempt to convert the group to the Church of TypeScript and we start looking at how you can integrate it into your projects.
useContext - CodeTheDream 2024/09/12 Hawk React.js Session
Переглядів 2503 місяці тому
In this session, we talk about React Context and how to implement it in your applications. We then work through an example of providing a shopping cart across your application using Context.
Styling React Components - 2024/09/05 CodeTheDream React.js Group Session
Переглядів 743 місяці тому
We talk about several different options for styling React components and their tradeoffs. We discussed vanilla CSS, CSS modules, in-line styling with the `style` property, Tailwind CSS, and component libraries like Material UI.
CodeTheDream 08/29/2024 React Session - React Router
Переглядів 743 місяці тому
In this session, we talk through why routing exists and how we can implement page routing through an interactive example. We are using React Router v6's new data APIs, although we discuss some differences between v6 and v5.
CodeTheDream - 08/15/2024 Hawk React.js Session
Переглядів 354 місяці тому
In this session, we talk about code reviews, what you can do as a code writer to help your reviewer, and what your reviewer might be looking for.
CodeTheDream - 07/11/2024 Hawk React.js Session
Переглядів 575 місяців тому
In this session, we talk about lifting state through event callbacks, passing state to children as props, and controlled components.
CodeTheDream - 2024/07/05 Hawk React.js Group Session
Переглядів 1125 місяців тому
In this session, we talk about hosting your React app on Github Pages and why you might be interested in CI/CD. docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site www.npmjs.com/package/gh-pages github.com/peaceiris/actions-gh-pages
CodeTheDream - 06/28/2024 Hawk React.js Group Session
Переглядів 715 місяців тому
In this session, we begin building out our sample shopping app and talk about state/props/callback functions.
CodeTheDream - 06/06/2024 Grackle React.js Session
Переглядів 506 місяців тому
In this session, we discuss Big O notation, sorting algorithms and their runtime/space complexities, and how we can sort lists of arbitrary data in JavaScript.
CodeTheDream - 5/30/2024 Grackle React.js Session
Переглядів 1496 місяців тому
CodeTheDream - 5/30/2024 Grackle React.js Session
CodeTheDream - 5/23/2024 Grackle React.js Session
Переглядів 127 місяців тому
CodeTheDream - 5/23/2024 Grackle React.js Session
CodeTheDream - 5/16/2024 React.js Session
Переглядів 1467 місяців тому
CodeTheDream - 5/16/2024 React.js Session
CodeTheDream - 05/10/2024 Grackle React.js Session
Переглядів 317 місяців тому
CodeTheDream - 05/10/2024 Grackle React.js Session
CodeTheDream - 05/02/2024 Grackle React.js Session
Переглядів 1097 місяців тому
CodeTheDream - 05/02/2024 Grackle React.js Session
CodeTheDream - 4/18/2024 Grackle React.js Session
Переглядів 468 місяців тому
CodeTheDream - 4/18/2024 Grackle React.js Session
CodeTheDream - 4/11/2024 Grackle React.js Session
Переглядів 618 місяців тому
CodeTheDream - 4/11/2024 Grackle React.js Session
CodeTheDream - 4/4/2024 Grackle React.js Session
Переглядів 268 місяців тому
CodeTheDream - 4/4/2024 Grackle React.js Session
CodeTheDream - 03/28/2024 Grackle React.js Session
Переглядів 248 місяців тому
CodeTheDream - 03/28/2024 Grackle React.js Session
CodeTheDream - 3/21/2024 Grackle React.js Session
Переглядів 269 місяців тому
CodeTheDream - 3/21/2024 Grackle React.js Session
CodeTheDream - 3/8/24 Grackle React.js session
Переглядів 729 місяців тому
CodeTheDream - 3/8/24 Grackle React.js session
CodeTheDream - 2/29/2024 Grackle React.js Session
Переглядів 1079 місяців тому
CodeTheDream - 2/29/2024 Grackle React.js Session
CodeTheDream - 2/22 Grackle React.js Session
Переглядів 15110 місяців тому
CodeTheDream - 2/22 Grackle React.js Session
Code the Dream - 9/5/2023 React.js Session
Переглядів 27Рік тому
Code the Dream - 9/5/2023 React.js Session
CodeTheDream - 8/9/2023 React.js Session
Переглядів 29Рік тому
CodeTheDream - 8/9/2023 React.js Session

КОМЕНТАРІ

  • @samrat_malisetti
    @samrat_malisetti 3 місяці тому

    Is there any way that I can ask questions if I have any doubts/code that I don't understand?

    • @elijahsmith84
      @elijahsmith84 3 місяці тому

      @@samrat_malisetti Hi Samrat! Feel free to leave any questions in the comments here.

    • @samrat_malisetti
      @samrat_malisetti 3 місяці тому

      @@elijahsmith84 Sure! Thank you. Please leave such recordings helpful for students to learn.

  • @swarashayman
    @swarashayman Рік тому

    Brilliant explanation. It was extremely helpful. Please make more on state management with context and useReducer with local storage and jwt for protected routes.🙏🏽

  • @HalfWheatRye
    @HalfWheatRye Рік тому

    Very cool Eli!

  • @HalfWheatRye
    @HalfWheatRye 2 роки тому

    How will USF and UF ever recover from this?!?!

    • @elijahsmith84
      @elijahsmith84 2 роки тому

      They should just close down the entire campus right now to save face.

  • @HalfWheatRye
    @HalfWheatRye 3 роки тому

    Epic