create-react-blog
create-react-blog copied to clipboard
Start and deploy your own statically rendered blog with create-react-app
In `routes/posts/2019-01-06-welcome/post.js`, it sets function to import `document.mdx`. ``` getContent: () => import('./document.mdx') ``` In `routes/index.js`, it reads the data from ``` getView: async () => { let { default:...
I ran `npx create-react-blog react-blog --typescript` and got this error when open a post ``` TypeScript error in /Users/andrew/work_flow/react-blog/node_modules/@types/react-dom/node_modules/@types/react/index.d.ts(2906,14): Duplicate identifier 'LibraryManagedAttributes'. TS2300 2904 | // We can't recurse forever...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...
Hi James, I am not very familiar with react but I liked your blog so I decided to use it for my blog. It works fine locally but when I...
RSS
The RSS doesnt work.
create-react-blog run build typescript-estree & BrowserlistError
I ran `$ yarn build` output: ``` yarn run v1.13.0 $ react-scripts build && ts-node -O {\"module\":\"commonjs\"} node_modules/navi-scripts/bin/navi-scripts.js build Creating an optimized production build... ============= WARNING: You are currently running...
Linter warnings alt required for <Img tags
Maybe this is a within markdown issue so a non issue? But I believe the default create react app linting that warns `
https://github.com/ForbesLindesay-Unmaintained/tar-pack/issues/39 https://github.com/ForbesLindesay-Unmaintained/tar-pack/issues/38 See also create-react-app repo https://github.com/facebook/create-react-app/issues/10958 tar-pack seems to be dead, might wanna use https://www.npmjs.com/package/unpack-stream which has promises support as an added bonus. You can see how tar-pack is...