Does anyone know what GitHub Actions uses internally for Workflow Orchestration?
Context: Building some workflow orchestration jobs that have similar async needs, and want to build something similar. I love the features that I observe such as concurrency limits, failure handling, etc.
I feel like Argo (https://argoproj.github.io/) is similar, but would love to know if they're using something generally available to the rest of us!
Let me know, Thanks!
I recently came across ngx-rocket (https://ngx-rocket.github.io/home) which does a pretty good job at creating a fully functional Angular app with a a lot of the bootstrapping done for you.
Does anyone know if there is something similar for React and widely used like create-react-app (CRA)?
I've seen a --template option on CRA, but I've been unable to find a template gallery/library.
From what I gather, redux, redux-saga, axios, bootstrap, etc (to name a few) would be pretty standard frameworks to add.
Let me know what you've found!