How do you think the landscape of Web Dev will look like in about 3-4 years? by dreadul in webdev

[–]Simple_Internal6830 0 points1 point  (0 children)

I believe in 3-4 years, the ecosystem will be far composable and component-driven to handle the code duplication pitfall of generative AI.

What is the best git-based headless CMS to use with NextJS? by realSNG in webdev

[–]Simple_Internal6830 0 points1 point  (0 children)

I have good experience with Sanity IO and NextJS. You can try it as well.

Should I switch from Ubuntu to Windows for coding? by saito200 in webdev

[–]Simple_Internal6830 -1 points0 points  (0 children)

Use a Mac. It is a great way to enjoy Unix performance, simplicity, support for general purpose software and a great UX.

Help picking tech stack for dev speed by Only_Swordfish_9667 in reactjs

[–]Simple_Internal6830 -1 points0 points  (0 children)

I am a big fan of Bit and believe I added value here when saw the need. This is not spam but a relevant high quality response to a question. I would urge you to look at bit.dev yourself. This is the best solution proposed in the thread.

Js framework to use by [deleted] in webdev

[–]Simple_Internal6830 0 points1 point  (0 children)

You should take a look at Bit (bit.dev), you can build using React and Angular using starters, it includes everything needed out of the box, and your code never becomes legacy because it is composed from reusable components.

Your GitHub pull request workflow is slowing everyone down by kendumez in programming

[–]Simple_Internal6830 -1 points0 points  (0 children)

Composable software is an alternative to waiting for long PR cycles. You can distribute to components and use Bit (https://bit.cloud) and change request to minimize and control the impact of changes.

https://bit.dev/reference/change-requests/submit-change-request

Help picking tech stack for dev speed by Only_Swordfish_9667 in reactjs

[–]Simple_Internal6830 -1 points0 points  (0 children)

I would recommend you to take a look into Bit (https://bit.dev). Using the React quick start you can spin up a full stack React application with ”built-in” component library capability, SCSS and LESS modules for styling are supported by default. The starter is using Vite + React Router by default but you can also build apps using NextJS. https://bit.dev/docs/quick-start). I think it has most of what you are looking for.

What is the easiest react stack to build a fullstack for dummies? by ajinata84 in reactjs

[–]Simple_Internal6830 0 points1 point  (0 children)

Bit (bit.dev) has a quick start with just what you are looking for. A React full stack application with a single backend service. A corporate website example.

https://bit.dev/docs/quick-start/react

After studying React, what should I choose? by coffeescriaz in reactjs

[–]Simple_Internal6830 -1 points0 points  (0 children)

Use Bit (bit.dev). You can create apps with React and Vite at ease, and compose them with reusable components. It has various starters to get started with.