![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
gatsby-starter-empress
Advanced tools
Empress is a full featured blog starter on Gatsby 4 and React 18. It supports tags, themes, pinned posts, redirects, google analytics, hero banner, and more.
Empress is a feature complete static blog starter based on the Gatsby tutorial. So if you finished the Gatsby tutorial and you think Gatsby is great, but you don't want to waste time re-inventing basic features like tags, then this might be the right starter for you.
The goal is a blog for the 21st century that has all the core features of a static blog, without any bloat.
Empress is a fully featured Gatsby blog starter.
When I tried to set up a Gatsby blog using other starters, I found that I couldn't upgrade to the latest version of major dependencies, such as Gatsby, due to a broken web of dependencies. For this reason I wanted to keep this blog as vanilla as possible.
You can add any libraries that you like.
To use it out-of-the-box as a blog, you need the following things.
Fork this repository. Pull to your local computer.
Gatsby now suggests that you use "themes" rather than starters. Empress is also available as a "theme" here: https://github.com/PaulMorel1/gatsby-theme-empress
It's a minimalist gatsby project, so you can run it using the same npm commands you'd use to run any Node.js project.
npm install
npm run dev
To test a production build locally, use the following commands.
npm run build
npm run serve
If you are using the built-in GitHub Actions integration, then just commit your new stuff and push to master on GitHub. Make sure you go through the setup on AWS and GitHub. You must create a public S3 bucket and a CloudFront distribution then save secret keys into your repo settings on GitHub.
Deploy this starter with one click on Gatsby Cloud:
See src\styles\themes\dark.css
for example.
dark.css
into a new file.src\styles\themes\themes.js
. Add the import for your new theme.gatsby-config.js
. Update siteMetadata.theme
to match your new theme name. So if your theme name is marks-dark-theme
then you should set theme to marks-dark-theme
.headerType
to hero
in gatsby-config.js
.desktopHeroImage
and mobileHeroImage
to the filenames of the images in /static/images
.trackingIds
field in gatsby-config.js
. You must have signed up for Google Analytics already. Like everything else in an Empress Blog, it is free.I'm trying for the fewest dependencies possible here. NPM is a requirement. Yarn would be an additional package. Add yarn to your own fork if you like.
CC BY-NC 3.0: https://creativecommons.org/licenses/by-nc/3.0/
FAQs
Empress is a full featured blog starter on Gatsby 4 and React 18. It supports tags, themes, pinned posts, redirects, google analytics, hero banner, and more.
The npm package gatsby-starter-empress receives a total of 1 weekly downloads. As such, gatsby-starter-empress popularity was classified as not popular.
We found that gatsby-starter-empress demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.