Hey comrades,

I’m mostly familiar with WordPress and esp NextJS for web development and so far only for smaller private projects. Because of React’s ties to Meta I’m quite sceptical if it’d be wise and safe to use it for more political content. What would yous recommend? Or are they fine to use?

Cheers

  • RustySerpentOP
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    Should be somewhat dynamic. At least some basic blogging functionality would be needed. Adding posts, categories, etc. Nothing fancy, no user management etc

    • Ademir@lemmy.eco.br
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      I like hugo for this kind of blog, you just edit .md files that will be your blog posts and commit.

      • RustySerpentOP
        link
        fedilink
        arrow-up
        2
        ·
        6 months ago

        Sounds interesting, thanks! I’ll look into it. Is it possible to integrate it with React?

        I’ve been trying to accomplish something similar with NextJS + TinaCMS. The CMS effectively just commits .md files there too, NextJS handles the routing. It works quite well with Vercel, I just (maybe unjustly) feel somewhat uncomfortable with that degree of cloud-integration and cross-dependencies in a political project.

        • Ademir@lemmy.eco.br
          link
          fedilink
          arrow-up
          1
          ·
          6 months ago

          Is it possible to integrate it with React?

          I think yes, but I will look into it tomorrow.