react-native
Preact
react-native | Preact | |
---|---|---|
546 | 117 | |
119,000 | 36,759 | |
0.5% | 0.4% | |
10.0 | 9.2 | |
2 days ago | 3 days ago | |
C++ | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-native
-
Is the Web Browser the Most Important Platform for App Development?
Hybrid development frameworks, like React Native and Uno Platform, address some of the trade-offs between web and native apps by allowing developers to write code that works across platforms:
-
The Implementation Details of Preply’s Design System Visual Coverage (part II)
Please note: requestIdleCallback for React Native’s new architecture was released in August 2024 (see the PR) as part of React Native v0.75. After we upgrade the app to React Native v0.75.0, we can also release the coverage count for the app in production.
-
Journeying from React to React Native
The learn once, write anywhere philosophy
-
Tudo que Estudar, para se tornar uma Engenheira(o) de Software.
Link
-
React Native's CI/CD Unveiled: The Truth Behind Its Cycle Time Triumphs and Stumbles
React Native's journey from a humble internal Facebook tool to a global mobile development powerhouse is remarkable. But behind this open-source star's success lies a more intricate story --- one of productivity, efficiency, and a few bumps along the way. With its complex blend of JavaScript, C++ scripts, and cutting-edge CI/CD workflows, React Native's repository is more than just code; it's a living testament to modern development practices.
-
Transitioning from React.js to React Native
Before diving into the specifics of React.js and React Native, it’s crucial to understand how web and mobile development differ.
-
How to Prevent Unnecessary React Component Re-Rendering
Understanding how React Native renders components is essential for building efficient and performant applications. When a component’s state or props change, React automatically updates the User Interface(UI) to reflect those changes. As a result, React calls the component's render method again to generate the updated UI representation.
-
🚀 Introducing NextSolution V2: ASP.NET API + Next.js + Expo Starter Template
This template was built using a variety of powerful frameworks and tools, including: .NET, Ngrok, JWT (JSON Web Tokens), Entity Framework, AutoMapper, FluentValidation, Flurl, Humanizer, libphonenumber-csharp, MailKit, OAuth, Serilog, Twilio, Swagger, React.js, React Native, React Navigation, Axios, Expo Dev, Lodash, NativeWind, React Hook Form, Zustand, Visual Studio Code, Visual Studio, Android Studio, Git, GitHub Copilot, Node.js, React Native Paper, NextUI
-
Nested ScrollViews can be Tricky in React Native! How to solve?
I am not going into much details about the usage of these two here as you can get well documented examples in the official React Native Documentation [https://reactnative.dev/]
-
The Ultimate React Roadmap for 2024 - Learn React the Right Way
React Native enables you to build mobile applications using only JavaScript and React.
Preact
-
Preact vs React: Which Framework is Right for Your Next Project?
Performance and user experience have become the lifeline of modern web development. Two libraries that have gained immense popularity among developers for developing interactive user interfaces are React and Preact.
-
Deploying my Astro + Turso + Drizzle project to Cloudflare Pages
For rendering the map, I went with Preact and deck.gl.
-
Build Web Apps Absurdly Fast with Vite
This command creates a new Vite project with React. Feel free to replace “react” with “vue” or “vanilla” if that’s more your jam. Svelte, Preact, Qwik, and others are supported, too!
-
Mitosis - Using Astro.js as the dev server to preview the component with hot-reload
Note: Astro supports a variety of popular frameworks including React, Preact, Svelte, Vue, SolidJS, AlpineJS and Lit with official integrations. While for other frameworks e.g. Angular and Qwik, you may still benefit from this tutorial and you would need to further set up the community maintained framework integrations.
-
7 Most Popular JavaScript Front-End Frameworks in 2024 Visualized with Graphs 📊📈
GitHub | npm | website
-
Preact vs React: A Comparative Guide
In this post, we get to know more about Preact, one of this year's trending libraries. And we'll compare it to React to see which one suits better for our projects.
-
Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI
Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid, Starbeam, Svelte, Vue, Wiz, and more…
-
Proposal: Signals as a Built-In Primitive of JavaScript
Those who want to develop a library that can be used by any other reactive framework. I often see SignalLike type that tries to subtype it.
https://github.com/preactjs/preact/blob/757746a915d186a90954...
-
Preact: Lightweight React Alternative
The official Preact documentation.
-
How I built a cross-framework frontend library
At the very bottom of the image, there are 3 blocks that I chose to call application components. If you are building a cross-framework library, these can be built with whatever tools you want! Only catch is, all the tools you use to build it, will be needed by everyone consuming it. So choose wisely, and be mindful of how many kilobytes of third party code you will need in order to ship. In Schedule-X, I chose to use Preact. You will probably be fine with most lightweight virtual DOM libraries, and just like with frameworks there are a few to pick from.
What are some alternatives?
Quasar Framework - Quasar Framework - Build high-performance VueJS user interfaces in record time
react-18 - Workgroup for React 18 release.
capacitor - Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.
Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
solid - A declarative, efficient, and flexible JavaScript library for building user interfaces.
spine - Lightweight MVC library for building JavaScript applications
lit - Lit is a simple library for building fast, lightweight web components.
Titanium - 🚀 Native iOS and Android Apps with JavaScript
Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
flutter-embedded-linux - Embedded Linux embedding for Flutter
Svelte - web development for the rest of us