Skip to content

This is the first repository needed to get started in my "Build a React & Firebase Blog Site" series.

Notifications You must be signed in to change notification settings

ashleemboyer/react-firebase-blog-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-firebase-blog-starter

Changelog

Monday, September 2nd, 2019

After making it through part 2 (repo; blog post) of the blogging series, I saw a need to update the way dates are stored in the Firebase Realtime Database.

  • date is being replaced by datePretty. This will be used for display purposes.
  • dateFormatted is new. It's in the YYYY-MM-DD format and will be used for sorting posts in chronological order on the home page.

The react-firebase-blog.json file has been updated to reflect these changes. The hardcoded blogPosts array in src/pages/home.js has also been updated.

About

This is the first repository needed to get started in my "Build a React & Firebase Blog Site" series.

Resources

Stars

Watchers

Forks