Skip to content

Commit

Permalink
Add roadmap navlink, with first meeting notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 17, 2023
1 parent 6cb4ce8 commit 7e538ca
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ module.exports = {
{ to: 'docs/', label: 'Docs' },
{ to: 'https://single-spa-workshop.com', label: 'Courses' },
{ to: 'help/', label: 'Help' },
{ to: 'roadmap/', label: 'Roadmap' },
{ to: 'blog/', label: 'Blog' },
{ href: 'https://opencollective.com/single-spa', label: 'Donate' },
{ href: 'https://github.com/single-spa/single-spa', label: 'GitHub' },
Expand Down
34 changes: 34 additions & 0 deletions src/pages/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Single-spa roadmap

## November 2023 Roadmap
1. Release single-spa@6 as latest (Joel)
2. Consolidate example projects (Milan)

## Roadmap Brainstorm
- Adding unit tests to existing projects
- SystemJS -> ESM migration
- create-single-spa update (https://github.com/cruft/cruft)
- Release single-spa 6 as latest
- Improve shared dependencies management
- Autopublishes to npm
- Server rendering enhancements?
- Support for NextJS, NuxtJS, Remix, create-react-app, and other build tools
- Consolidate example projects
- Feature voting
- Automated integration tests for popular frameworks
- Update create-single-spa dependencies

## Meeting Notes 2023-11-16

Nov 7, 2023 | Single-spa - Core team periodic alignment

Attendees: Joel Denning, Milan Kovacic, Jake Hayes

Notes
- Reviewed open pull requests, pressing Github issues
- Long review on https://github.com/single-spa/single-spa-react/pull/197
- Add more core team members?
- Add Jake Hayes to the #core-team channel, but not officially a core team member
- Joel will reach out to Ian about joining the core team.
- Single-spa roadmap
- Maintenance update/plan

0 comments on commit 7e538ca

Please sign in to comment.