Real RFCs, written as Inkling proposals
RFC: React Hooks
Introducing Hooks as a way to reuse stateful logic without changing your component hierarchy.
RFC: Vue 3 Composition API
A set of additive, function-based APIs for organizing component logic by concern instead of by option.
RFC: Async/Await Notation
Native async/await syntax for ergonomic asynchronous programming in Rust.
EP-002: ES Module Interoperability
How Node.js core should interoperate between CommonJS and ES Modules.
Optional Chaining for JavaScript
A TC39 Stage 4 proposal for safely accessing deeply nested object properties.
KEP-555: Server-Side Apply
Moving the logic for applying declarative configuration changes into the Kubernetes API server.
RFC: GraphQL Defer and Stream Directives
Reducing perceived latency for large GraphQL responses by streaming results incrementally.
RFC: Angle Bracket Component Invocation
An alternative, HTML-like syntax for invoking components in Ember templates.
Plug'n'Play Whitepaper
Replacing node_modules with a single resolution map to make installs faster and more reliable.
RFC: Reactive Assignments
Rethinking Svelte's component design around plain JavaScript assignments instead of a special reactivity API.