example proposals

Real RFCs, written as Inkling proposals

RFC: React Hooks

Introducing Hooks as a way to reuse stateful logic without changing your component hierarchy.

reactjs/rfcs #0068 · 5 min read · 5 questions

RFC: Vue 3 Composition API

A set of additive, function-based APIs for organizing component logic by concern instead of by option.

vuejs/rfcs #0013 · 32 min read · 5 questions

RFC: Async/Await Notation

Native async/await syntax for ergonomic asynchronous programming in Rust.

rust-lang/rfcs #2394 · 22 min read · 5 questions

EP-002: ES Module Interoperability

How Node.js core should interoperate between CommonJS and ES Modules.

nodejs/node-eps #002 · 14 min read · 5 questions

Optional Chaining for JavaScript

A TC39 Stage 4 proposal for safely accessing deeply nested object properties.

tc39/proposal-optional-chaining · 13 min read · 5 questions

KEP-555: Server-Side Apply

Moving the logic for applying declarative configuration changes into the Kubernetes API server.

kubernetes/enhancements KEP-555 · 24 min read · 5 questions

RFC: GraphQL Defer and Stream Directives

Reducing perceived latency for large GraphQL responses by streaming results incrementally.

graphql/graphql-wg · 13 min read · 5 questions

RFC: Angle Bracket Component Invocation

An alternative, HTML-like syntax for invoking components in Ember templates.

emberjs/rfcs #0311 · 11 min read · 5 questions

Plug'n'Play Whitepaper

Replacing node_modules with a single resolution map to make installs faster and more reliable.

yarnpkg/rfcs #101 · 27 min read · 5 questions

RFC: Reactive Assignments

Rethinking Svelte's component design around plain JavaScript assignments instead of a special reactivity API.

sveltejs/rfcs #4 · 28 min read · 5 questions