federation-subscription-tools
Gatsby
Our great sponsors
federation-subscription-tools | Gatsby | |
---|---|---|
1 | 343 | |
96 | 54,509 | |
- | 0.2% | |
0.0 | 9.9 | |
7 months ago | 6 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
federation-subscription-tools
-
Apollo Federation 2 is here!!
One solution that we recommend to our enterprise customers is running a decoupled subscriptions service alongside a federated graph. Definitely check out Mandi Wise's blog post, tutorial, and talk explaining the decoupled architecture.
Gatsby
-
Should you be blogging as a software developer?
The other option is to have your own custom website either by hosting your own blogging platform such as WordPress, Ghost or by setting up a static website with Hugo, Gatsby or Jekyll.
-
Why is does modern HTML/CSS seem so complex and convoluted? (details in comment)
the 2 i've heard the best about are strapi and GatsbyJS. i didn't work with them much since i'm kinda stuck with wordpress but both are exelent choices with first class headless support. Keep in mind that to leverage headless to its full extend you would have to build most of the frontend with nextjs or sweltkit or nuxt or what ever you want. it's gives you a REALLY clean codebase, though the generated code might look a bit like the picture in this post.
-
[AskJS] Frameworks are often unnecessary (i got the suspicion by watching some YouTube videos that who advocates for frameworks and against vanilla JavaScript at the same time did not learn vanilla web technologies very well) what do you think? (Read the body)
I'm not sure I agree that it's "madness" to choose React for an MPA. At least not anymore: Next.js, Remix, and Qwik are full frameworks built on React (el al.) that make MPA and SPA apps deliverable using SSR and SSG. You can also just use Gatsby if you want a plain old blog.
-
uBO’s removal of <noscript> elements causes issue on Gatsby website
The issue is here: https://github.com/gatsbyjs/gatsby/issues/38065
-
How are you building React applications? It's time to move on from Create React App
Gatsby: Excels in static site generation and uses GraphQL for data management.
- freelance help
-
My 5 favourite updates from the new React documentation
Finally, I’m so thankful to see the updated docs recommend common production-grade frameworks including Next.js, Remix, Gatsby, and Expo as the best way to build for React.
-
Can't build Gatsby project because of Wordpress post image. ERROR #85928. WpConnectionType.nodes expected
{ "name": "gatsby-starter-default", "private": true, "description": "A simple starter to get up and developing quickly with Gatsby", "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { "babel-plugin-styled-components": "^2.0.7", "gatsby": "^5.7.0", "gatsby-image": "^3.11.0", "gatsby-plugin-google-fonts-with-attributes": "^1.0.8", "gatsby-plugin-google-gtag": "^5.7.0", "gatsby-plugin-image": "^3.7.0", "gatsby-plugin-manifest": "^5.7.0", "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sharp": "^5.7.0", "gatsby-plugin-sitemap": "^6.7.0", "gatsby-plugin-styled-components": "^6.7.0", "gatsby-source-filesystem": "^5.5.0", "gatsby-source-wordpress": "^7.7.0", "gatsby-transformer-sharp": "^5.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "styled-components": "^5.3.6", "universal-cookie": "^4.0.4" }, "devDependencies": { "prettier": "^2.8.3" }, "keywords": [ "gatsby" ], "license": "0BSD", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"", "start": "gatsby develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1", "deploy": "gatsby clean && gatsy build && gatsby prepend && node deploy" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" } }
-
10 repositories to star if you are a Javascript developer
4. Gatsby - 54.2k stars
- Software für Blog?
What are some alternatives?
Svelte - Cybernetically enhanced web apps
astro - The all-in-one web framework designed for speed. ⭐️ Star to support our work!
SvelteKit - web development, streamlined
Express - Fast, unopinionated, minimalist web framework for node.
eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀
redwood - The App Framework for Startups
craco - Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
material-ui - MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
husky - Git hooks made easy 🐶 woof!
VuePress - 📝 Minimalistic Vue-powered static site generator