V School | Better Humans, Better Outcomes

React vs ReactDOM

When building web applications in React, you use two packages—react and react-dom. Why is there react and react-dom? What is the difference? The react package holds the react source for components, state, props and all the code that is react. The react-dom package as the name implies is the

Inline Styling with React

Intro If you want to pass style down through props, are building animations, or want some conditional styling in React you will find yourself in need of inline styling. In React, inline styles are not specified as a string. Instead, they are specified with an object whose key is the

Bootstraps bootstraps

For this exercise you will install the default bootstrap navbar, but rather than using exactly what they give you, you get to make some changes to make the navbar more customized to your liking. After installing the default navbar, go through and make sure that your navbar meets all of

Styling in React

Styling in React Now that we have started using React how are we supposed to style all those awesome components that we have been making. There are a couple of ways. 1) Traditional CSS in Header Besides the need to use className instead of class you could just make a

JSX

JSX JavaScript and XML JSX is Javascript and XML. By this point in the class you should know JavaScript but what is XML? To understand it let's look at HTML VS XML. HTML Hyper Text Mark Up language

Hello World

XML eXtensible Markup Language. Hello World The difference here is

V School | Better Humans, Better Outcomes © 2026