Homepage
Open in app
Sign in
Get started
Byte-sized React
Brief, visual React tips and tutorials.
Follow
What is ‘this’ in React?
What is ‘this’ in React?
And why do we use it all the time?
Trey Alexander Davis
Nov 29, 2017
Hosting React and a REST API with Express
Hosting React and a REST API with Express
TLDR- below is the code snippet for hosting a React Application and a Rest API on the same Express server.
Trey Alexander Davis
Oct 26, 2017
Using create-react-app
Using create-react-app
The create-react-app build tool does a ton of heavy lifting when developing and launching a React app.
Trey Alexander Davis
Oct 12, 2017
A Guide to the React Component Lifecycle
A Guide to the React Component Lifecycle
React lifecycle methods are sequential beauties.
Trey Alexander Davis
Oct 1, 2017
Chuck Norris Fact Generator with Axios and React
Chuck Norris Fact Generator with Axios and React
Every human deserves a daily dose of Chuck Norris facts- we’ll use Axios and the Chuck Norris Facts API by Mathias Schilling to built a…
Trey Alexander Davis
Sep 18, 2017
Controlled Forms in React
Controlled Forms in React
React makes it easy to manipulate data using forms.
Trey Alexander Davis
Sep 14, 2017
Handling State and Class Components in React
Handling State and Class Components in React
Data changes- that’s one of the beautiful thing about web apps. Changing data and then presenting a visual representation of that change…
Trey Alexander Davis
Sep 12, 2017
Styling with Bootstrap Classes in React
Styling with Bootstrap Classes in React
So far our components have been pretty plain- let’s change that up by adding a CSS class.
Trey Alexander Davis
Sep 11, 2017
Lists and Arrays in React
Lists and Arrays in React
Often you’ll have a data collection that you want to iterate over and render React components for each item in the array.
Trey Alexander Davis
Sep 8, 2017
Handling Data with Props in React
Handling Data with Props in React
Props to you my friend for making it this far.
Trey Alexander Davis
Sep 7, 2017
About Byte-sized React
Latest Stories
Archive
About Medium
Terms
Privacy
Teams