clamstew / react.clay.codes

A blog about react hosted at react.clay.codes - start of @ReactBlog

Home Page:http://react.clay.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My blog about react

I thought I'd build it using react.

I'm using react a lot and solving some interesting issues, and I'd like to chronicle some of it in this repo.


Workflow

  • write a new markdown file in public/blog-markdown as your blog post - run yarn newposts == ==tiltle="tile" --description'description'
  • add a new object to public/blog-config, incrementing the id field, displayed title and description come from here
  • run yarn yolo (or yarn build then yarn deploy)
  • if you just add config, then you can skip step 3, and just run yarn deploy

https://codesandbox.io

loader from https://loading.io/spinner/blocks/-rotating-squares-preloader-gif

http://reactblogjs.com/

New initial setup

New workflow

  • create a new blog post with yarn newpost or yarn newposts == ==tiltle="tile" --description'description'
  • write blog post in new markdown file.
  • run yarn yolo

caveats

if change file name in /blog-markdown, must update "file" in grey matter.

research

Similar ideas

Dev research

About

A blog about react hosted at react.clay.codes - start of @ReactBlog

http://react.clay.codes


Languages

Language:JavaScript 79.6%Language:HTML 10.6%Language:CSS 9.8%