Next.js Discord

Discord Forum

Help needed! I'm writing a blog post comparing nine frameworks

Unanswered
Blue orchard bee posted this in #help-forum
Open in Discord
Blue orchard beeOP
Last month I wrote a blog post "React Won by Default", and I am now writing a follow up post.

In the new post, I've built a kanban app in nine frameworks for comparison purposes. One of the apps is built with Next. I did the best I could, but it's been several years since working on a Next app daily. I'm hoping someone will be willing to review my Next code to make sure I'm using framework conventions and optimizations correctly.

One of my goals is small bundles, so if anyone can improve the app on that metric that would be great.

If there are any takers, I can invite you to the repo. Thanks y'all!!

https://github.com/lorenseanstewart/kanban-comparison

20 Replies

im not really well versed in small bundles so im just gonna help get this thread get some traction
@Azawakh Hello, I checked out your github link. Shall we work together?
Blue orchard beeOP
That would be excellent! Feel free to look around the code and I'm happy to accept PRs with any improvements you think should be implemented
Azawakh
Do I just need to check this?
Blue orchard beeOP
kanban-nextjs but if you want to review the nuxt code for perf and bundle size optimizations I would be very grateful
@Blue orchard bee kanban-nextjs but if you want to review the nuxt code for perf and bundle size optimizations I would be very grateful
Azawakh
Hello, at the first I just finished review the kanban-nextjs.
I created new branch and I am going to push to your github.
But I don't have permission to push on your github.
Blue orchard beeOP
Can you create a PR with your fork?
Azawakh
give me 10 min
Sorry, I can't.
Please give me permission to push my changed branch.
Blue orchard beeOP
fork the repo, then go to the original repo and make a pull request with the fork
or you can just post the link to your code here and I can review and add it to the original repo.
Azawakh
Just I sent the PR
Please check this URL (https://github.com/lorenseanstewart/kanban-comparison/pull/5)
After check, let me know about the result.
Azawakh
I think using MUI to structure this project would be more structured. I have a detailed theme on this , and I can help.
I also checked out kanban-nuxt and It was Vue(framework) project
If you make feedback on changed in kanban-nextjs, I'll review the kanban-nuxt code as well.
Blue orchard beeOP
Let's stick with next for now. Your PR is great. I'm making a new PR based on your to remove the md files and fix a little bug. I'll send you my branch so you can see what I did. Thank you so much for reviewing the code!!
Azawakh
Okay, good.
Can you tell me about the bug, perhaps the bug occurred by me?
What can I help you?
Blue orchard beeOP
the drizzle synax was for an older version (.run() ) but other than that these are great improvements. Thanks again!!
Blue orchard beeOP
That's it!