wildcard-api
rfcs
wildcard-api | rfcs | |
---|---|---|
4 | 99 | |
368 | 5,507 | |
0.0% | 0.4% | |
0.0 | 1.6 | |
over 2 years ago | 4 months ago | |
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.
wildcard-api
-
Performance implications of using Async Hooks
The code: https://github.com/reframejs/wildcard-api/blob/9ac10fcd8a673515c854a143362c9ac4fced6100/src/server/context/async-hook-management.ts#L42-L84
-
Wildcard API – Data Loading Like React Server Components, Today
I'm also working on a couple of neat things such as session management, realtime, and a new super minimalistic/simple query language.
-
Show HN: Wildcard API – Data Loading Like React Server Components, Today
[2]: https://github.com/reframejs/wildcard-api/issues/59
rfcs
-
RSC: Back to the Server
The React team first announced the RFC for RSC (React Server Components) in December 2020, and by 2023, they announced the canary version for RSC.
-
React Labs: What We've Been Working On – February 2024 – React Compiler
Examples from the conversations of that time:
> ...we want closures to capture the values we rendered with, and to keep "seeing" those values forever. That's really important for concurrent mode where a notion of current value doesn't really exist. Hooks design models a component as being in many non-clashing states at the same time, instead of switching the "current" state (which is what classes model well). People don't really need to think about these details, but they're motivating the design a lot. [0]
> In Concurrent Mode, render may run more then one time, and since this in a class is mutable, renders that should be the same may not be. [1]
[0] - https://github.com/reactjs/rfcs/pull/68#issuecomment-4778866...
[1] - https://tkplaceholder.io/why-function-components-fit-react-b...
- A modest request: How do you fetch data in React 18+ WITHOUT a third party dependency?
-
Optimizing performance: how our extension became lightning fast
There are multiple names for this hook. You can find the documentation under the names useEvent or useEffectEvent.
-
The Sisyphean Quest for Web Performance
-https://www.patterns.dev/ -https://github.com/reactjs/rfcs/blob/main/text/0188-server-components.md -https://dev.to/this-is-learning/qwik-the-post-modern-framework-3c5o -https://dev.to/this-is-learning/astro-framework-169m -https://developers.google.com/web/updates/2019/02/rendering-on-the-web -https://web.dev/vitals/
- Why Do I Need RSC(react server components) if I Already Have Remix
-
Declaring JSX types in TypeScript 5.1
However, in React, function components can return a ReactNode. This type includes number | string | Iterable | undefined and will likely also include Promise( in the future.
-
Is ESLint Exhaustive Deps a bad rule (sometimes)?
I was also hoping that useEvent would eliminate some weird dependency cases, who knows when that will actually happen (https://github.com/reactjs/rfcs/pull/220).
-
Returning to React and looking for modern expert to sanity check
Given a lot of unknowns on SSR and ReactEng working on RSC it feels like the wrong move to use next.js and I should just use normal react. For basic react is create react app the way to go or vite?
-
Server Components vs. SSR in Next.js
As mentioned before, Next.js takes a stance of treating every component as a Server Component by default. If you want to use a Client Component, you'll need to annotate the file with use client; directive at the top of the component file.
What are some alternatives?
degiro - DEGIRO (unoficial) API
server - Tolgee is translation management cloud platform made for translating modern web applications. It works great with JS frameworks like React, Angular, Vue and others. [Moved to: https://github.com/tolgee/tolgee-platform]
balances-rpc-dot - Low level calls to get basic balances
use-context-selector - React useContextSelector hook in userland
monero-ts - TypeScript library for using Monero
react-refresh-webpack-plugin - A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.
ewelink-api - eWeLink API for JavaScript
react-18 - Workgroup for React 18 release.
api-dolar-argentina - API para obtener la cotización de los diferentes tipos de dolar y riesgo país en tiempo real.
react-tracked - State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.
dynamic-query-fetch - A Fetch API extension that adds dynamic query parameters.
craco - Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.