October 3rd, 2024

One, a new React framework for web and native

One is a new React framework built on Vite for web and native applications, featuring universal routing and enhanced data management through a partnership with Zero, improving user experience and development efficiency.

Read original articleLink Icon
One, a new React framework for web and native

One is a new React framework designed for both web and native applications, built on Vite. It aims to simplify the development process with universal, typed routing that works seamlessly across static, server, and client pages. The framework also addresses data management challenges by partnering with Zero, which provides a solution for client-side databases, allowing for instant mutations and offline functionality. This partnership aims to overcome common web limitations such as small bundle sizes and limited storage. One is focused on enhancing the user experience by eliminating issues like flickers and waterfalls in data handling. The creators of One, who have backgrounds at Uniswap and Takeout, believe that this framework will significantly improve the development process for building applications.

- One is a React framework for web and native applications built on Vite.

- It features universal, typed routing for static, server, and client pages.

- The framework partners with Zero to enhance data management and client-side database functionality.

- One aims to eliminate common web development issues like flickers and waterfalls.

- The creators have experience from Uniswap and Takeout, contributing to the framework's development.

Related

New Web Development: Or, why Copilots and chatbots are bad for modern web dev

New Web Development: Or, why Copilots and chatbots are bad for modern web dev

The analysis critiques Copilots, chatbots, and React for web development, citing slow sites, complex code, and high costs. It advocates for a shift to browser APIs, CSS, and HTML for better performance and lower expenses. Transition challenges include finding developers skilled in vanilla JavaScript. Organizations are urged to prioritize simplicity, efficiency, and core web technology training.

Show HN: A JavaScript UI library for imperative JSX

Show HN: A JavaScript UI library for imperative JSX

The @matry/dom npm package introduces a web framework for imperative JSX, aiming to enhance UI engineering by offering a more imperative approach compared to React. It provides control over rendering and flexibility in UI design. Developers are cautioned against using it in production before version 1.0.0.

Nue 1.0 (Beta) – A web framework for UX developers

Nue 1.0 (Beta) – A web framework for UX developers

Nue 1.0 (Beta) is a web framework for UX developers, simplifying design-to-CSS conversion, featuring a Global Design System, improved theming, and breaking changes that require code adaptation.

Hono – A Lightweight Back End Framework for Cloud-Native Applications

Hono – A Lightweight Back End Framework for Cloud-Native Applications

Hono is a lightweight Node.js backend framework for cloud-native applications, emphasizing speed and scalability, with features like middleware, grouped routing, and server-side rendering for efficient development.

VoidZero: Building a Unified Toolchain for JavaScript

VoidZero: Building a Unified Toolchain for JavaScript

VoidZero Inc. has been established to develop a unified, open-source toolchain for JavaScript, securing $4.6 million in seed funding. Key tools include a fast parser and the Rolldown bundler.

Link Icon 4 comments
By @anonzzzies - 6 months
Basically the thing why this would be nice, Zero, is not out yet? Many promises on their page [0] which seem interesting. I used to get exited about this idea until I went back to mostly server (phoenix liveview but without phoenix) ; cannot beat that dev experience. No js/ts is a winner for me right away, but that is personal; not having to think about frontend/backend is a win which Zero+One also seems to go after but then treating all dev as client.

[0] https://zerosync.dev/

By @jazzypants - 6 months
Where's the code? When I click on the GitHub link, it just brings me to tamagui. Your presentation was pretty cool, but I'm not going to use a front-end framework that isn't open source.
By @tiagofreitas87 - 6 months
This is what ai app coding agents like replit and stackblitz bolt.new need.

Start with One and anyone can make web+mobile apps.

They could have made a splash by releasing with this

By @nsonha - 6 months
what is the added value versus just use expo directly?

Also has anyone compared React Native with just React and Ionic/Capacitor, and probably https://capacitor.nativescript.org ?

I used to follow this space a couple of years ago and just recently found out apparently you can use NativeScript (js to native API bridge) in Cordova (Capacitor).