Giter Club home page Giter Club logo

Comments (11)

rozzzly avatar rozzzly commented on May 23, 2024 3

Ah thanks! I eventually gave up on docz and am evaluating https://github.com/facebook/docusaurus now

Same. Docz appears to be dead/unmaintained. Numerous issues (#1719, #1731, #1674) where the "fix" is to pin some dep like a 2019 react release isn't a real solution. To be fair, a large part of this is because of upstream issues with various deps.

#1634 appears to indicate one of the maintainers is no longer active. I would suggest adding a note at the top of the README.md making it clear that there's not active development. It took me a few hours of tinkering trying to resolve these issues to come to this conclusion. I would have appreciated knowing that before it got started.

from docz.

Xiphe avatar Xiphe commented on May 23, 2024 1

Ah thanks! I eventually gave up on docz and am evaluating https://github.com/facebook/docusaurus now

from docz.

calebpanza avatar calebpanza commented on May 23, 2024 1

Wondering if there's any update on this. Trying to avoid using Storybook if possible cause it can be such a headache. I LOVE the setup of docz but won't be able to use it if this problem persists...

from docz.

Xiphe avatar Xiphe commented on May 23, 2024 1

Hey @calebpanza 👋 as mentioned above, you might want to give docusaurus a shot. Or react styleguidist

from docz.

Xiphe avatar Xiphe commented on May 23, 2024 1

No, have not used Docusaurus in production yet. But it sticked out when I was researching alternatives to storybook and docz.

from docz.

Xiphe avatar Xiphe commented on May 23, 2024

Can confirm this issue

from docz.

lauraceconi avatar lauraceconi commented on May 23, 2024

I was able to mitigate this problem by installing specific lib versions. So, to properly run docz in development do:
yarn add docz [email protected] [email protected] typescript @emotion/[email protected]

Then add the scripts in your package.json:

"scripts": {
  "docz:dev": "docz dev",
  "docz:build": "docz build",
  "docz:serve": "docz build && docz serve"
}

And run yarn docz:dev. Now you can navigate to localhost:3000 to see it running.

from docz.

pedronauck avatar pedronauck commented on May 23, 2024

@renatobenks is the actual maintainer of the project guys, he can talk better about maintaining

from docz.

Xiphe avatar Xiphe commented on May 23, 2024

Thanks @pedronauck and big thanks anyone who put work into this project. I know the burden of keeping stuff up to date and running myself.

from docz.

Xiphe avatar Xiphe commented on May 23, 2024

Would anyone be interested in rebuilding this project?

from docz.

calebpanza avatar calebpanza commented on May 23, 2024

@Xiphe have you used Docusaurus on a React Native project? How was the experience? I'm trying to avoid Storybook if possible. Lol

from docz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.