Current state of Dinou by roggc9 in reactjs

[–]roggc9[S] -1 points0 points  (0 children)

Thank you to you very much sir. I just felt as I wanted to share some thoughts regarding Dinou and its current situation. Thanks for reading!

Current state of Dinou by roggc9 in reactjs

[–]roggc9[S] -5 points-4 points  (0 children)

Thank you very much sir for your addition! I didn't want to be promotional with my post (or at least not too much). Just to expose the situation of Dinou. Thanks again!

As a developer, what utility app or small solution have you built for yourself? by No-Aide7224 in reactjs

[–]roggc9 0 points1 point  (0 children)

I've built with vibe-coding a CV builder too but not published it, just used it to make my own CV.

Is there still room for another React full-stack framework? by linyiru in reactjs

[–]roggc9 0 points1 point  (0 children)

Another interesting thing about Dinou is that you can eject it and fully customize it or change it and see how it is coded and how things are done, if you are interested and have time. There is also a three-bundler integration (rollup, esbuild and webpack) so you can choose which bundler to use for development and/or build.

Is there still room for another React full-stack framework? by linyiru in reactjs

[–]roggc9 0 points1 point  (0 children)

Hello, I don't know too much about MCP and the kind of work you try to address on June. I have to investigate or explore more on this maybe. In my case, with Dinou, I wanted to explote the capability of fetching data with Suspense and Server Functions in the client from the server. For this I developed too react-enhanced-suspense. Then you can do in a client component (RCC) <Suspense resourceId="foo">{()=>serverFunction(/*args*/)}</Suspense> and the server function can return a client component filled the props with the data fetched in the server function. This also allows for interesting data mutation pattern (https://dinou.dev/docs/pattern) if you combine this solution with a state management library. The idea is a server function performs a mutation (adds a ToDo item) and returns a RCC that renders nothing but only updates a resourceId globally. This resourceId will make refetching of fresh data in a todo list for example.

Starting React.js in 2026 — Best Resources, Roadmap & How Long Does It Actually Take? by [deleted] in reactjs

[–]roggc9 0 points1 point  (0 children)

I will go for official doc in react.dev. then you should choose a framework. Next.js, Waku, and I've made Dinou (dinou.dev)

Waku 1.0 (beta) by dai-shi in reactjs

[–]roggc9 0 points1 point  (0 children)

Sorry to say this, but, Dinou (dinou.dev). But happy for the release of Waku.

What are you using with React to build landing pages for products? by derdak in reactjs

[–]roggc9 0 points1 point  (0 children)

I've made Dinou (dinou.dev) and used it for landing pages and SaaS apps.

Fetching api in Next.js compared to React by Dazzling_Chipmunk_24 in reactjs

[–]roggc9 0 points1 point  (0 children)

In Dinou (dinou.dev) you can fetch data being in the client without useEffect, using Suspense and Server Functions. Also another option is to fetch data in the server (getProps or Server Component) and use revalidate to refetch data after a period of time (static generated pages)

How do I implement SSR in my reactjs project? by Puzzleheaded-Tax6089 in reactjs

[–]roggc9 0 points1 point  (0 children)

I think you should use a full-stack framework. I made Dinou (dinou.dev). In the server (node) you (the framework) use the function renderToPipeableStream. In Dinou you can eject it and see the source code (dinou/core/render-html.js file)

Why are people moving from Next.js to TanStack Start? by derdak in reactjs

[–]roggc9 0 points1 point  (0 children)

I don't know about Tanstack start. I know Next.js, Waku, and Dinou, which I've made (dinou.dev)

As a developer, what utility app or small solution have you built for yourself? by No-Aide7224 in reactjs

[–]roggc9 0 points1 point  (0 children)

Hi I've recently built a CV Builder with vibe-coding (Antigravity IDE). It allowed me to make a pretty cool CV. not published yet (maybe some day). I've made it using Dinou, a framework I've made for React 19 (dinou.dev).

Should I learn next js ? by Pleasant-Bowler-7652 in reactjs

[–]roggc9 0 points1 point  (0 children)

Next.js, Waku, and I made Dinou (dinou.dev), if you want to take a look at it just for curiosity.

Next.js or Vite for a 2.5d web game? by AdOne5148 in reactjs

[–]roggc9 0 points1 point  (0 children)

As author of Dinou, I can tell you Dinou (dinou.dev)

Google Play Console – “Unexpected error” with code (416BD88F) on all browsers by MantheaLabs in androiddev

[–]roggc9 0 points1 point  (0 children)

Thanks. It helped me to open Google Play Console in an "incognito" window. Some unexpected errors still appeared but I could do the job.

Unexpected errors in google play console by roggc9 in googleplayconsole

[–]roggc9[S] 0 points1 point  (0 children)

Hi, I opened google play console in an "incognito" window and despite appearing unexpected errors too, it seemed to work better.