DEV Community

Ramu Narasinga
Ramu Narasinga

Posted on • Edited on • Originally published at thinkthroo.com

2

Break the limits of Web with Nue.Js, a standards first web framework.

In this article, we will review NueJs, a standards first web framework.

Image description

I saw Nue.js was trending #1 on Github and visited their site. What stood out to is this below comparison.

Image description

Nuejs demonstrates how they have built a large-scale app with the build size — 39kb, whereas in React, a simple button took 79kb. You can find the benchmark details.

Installation

To get started with Nue, you will have to follow the below steps:

  1. Install Bun
# Install Bun
curl -fsSL https://bun.sh/install | bash
Enter fullscreen mode Exit fullscreen mode

2. Install Nue

# Install Nue
bun install nuekit --global
Enter fullscreen mode Exit fullscreen mode

3. Install app

nue create simple-blog # This creates a simple blog
# or
nue create simple-mpa # This creates a multi-page application
Enter fullscreen mode Exit fullscreen mode

4. View the application at http://localhost:8083/

Read more about Nue.js in their documentation.

About me:

Hey, my name is Ramu Narasinga. I study large open-source projects and create content about their codebase architecture and best practices, sharing it through articles, videos.

I am open to work on interesting projects. Send me an email at ramu.narasinga@gmail.com

My Github — https://github.com/ramu-narasinga

My website — https://ramunarasinga.com

My Youtube channel — https://www.youtube.com/@ramu-narasinga

Learning platform — https://thinkthroo.com

Codebase Architecture — https://app.thinkthroo.com/architecture

Best practices — https://app.thinkthroo.com/best-practices

Production-grade projects — https://app.thinkthroo.com/production-grade-projects

References:

  1. https://nuejs.org/

  2. https://github.com/nuejs/nue

AWS Security LIVE! Stream

Stream AWS Security LIVE!

The best security feels invisible. Learn how solutions from AWS and AWS Partners make it a reality on Security LIVE!

Learn More

Top comments (0)

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, cherished by the supportive DEV Community. Coders of every background are encouraged to bring their perspectives and bolster our collective wisdom.

A sincere “thank you” often brightens someone’s day—share yours in the comments below!

On DEV, the act of sharing knowledge eases our journey and forges stronger community ties. Found value in this? A quick thank-you to the author can make a world of difference.

Okay