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

  • Ademir@lemmy.eco.br
    link
    fedilink
    arrow-up
    2
    ·
    10 days ago

    Whats The use case here? Does it have to be dynamic? An static site is a lot easier to protect and get online

    • RustySerpent@lemmygrad.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      10 days 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
        1
        ·
        9 days ago

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

        • RustySerpent@lemmygrad.mlOP
          link
          fedilink
          arrow-up
          2
          ·
          9 days 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
            ·
            9 days ago

            Is it possible to integrate it with React?

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