jxnblk / mdx-deck

♠️ React MDX-based presentation decks
https://mdx-deck.jxnblk.com
MIT License
11.32k stars 605 forks source link

Still supported/maintained? #765

Closed baileydoestech closed 1 year ago

baileydoestech commented 3 years ago

Owing to the lack of recent commits and increasing number of PR's, is this going to be supported/maintained going forward?

Activity of the main contributor seems to have tailed off (looks like he may now be at Gatsby) so would like to know if its worth looking at alternatives (unfortunately doesn't seem to be many).

maxammann commented 3 years ago

I think there are none which support mdx. But maybe the code which is involved to create slide shows in react is not much. Maybe a simple react library + webpack would be enough compared to this. What do you think?

spences10 commented 3 years ago

I've found some good alternatives (IMO), I've detailed them in here, this issue gets a mention as well actually! Meta!!

karlhorky commented 3 years ago

Is there anyone who would be open to take over the role of maintainer here? If there is a clear person / group of people who would do this, it may be something that @jxnblk would consider handing over...

ulisesantana commented 2 years ago

I really like mdx-deck and I want this tool to be improved, so I'm open to take over the role of maintainer.

Nezteb commented 1 year ago

Other options to consider:

karlhorky commented 1 year ago

@Nezteb Thanks for the reminder about Spectacle! I've opened an issue to ask about moving away from create-react-app and to Next.js:

karlhorky commented 1 year ago

As of spectacle@10.0.0, the Next.js App Router is supported and documented:

So maybe this is the most modern, maintained option for moving away from mdx-deck

karlhorky commented 1 year ago

Oh looks like @cpojer just created a minimalist slide deck framework called ReMDX based on a lean fork of Spectacle 👀🔥