nesting-reducer is used for combine reducer as a nesting structure
Nest rules inside each other in CSS
PostCSS plugin to unwrap nested rules like how Sass does it
Reduce a list of values using promises into a promise for a value
A JavaScript library for efficient immutable updates
A light wrapper around any postcss nesting plugin improves compatibility with Tailwind CSS.
Validate parent-child nesting for HTML elements
Spacetrim is trimming string from all 4 sides.
ESLint Plugin for Validating JSX Nesting
Enforce nesting when it is possible in CSS
Tailwind CSS module for Nuxt
No description provided.
utilities for primitive JavaScript types
A collection of SCSS-specific rules for Stylelint
Resolve a nested selector in a PostCSS AST
Create reducer functions based on an object keyed by action types
append AST into power-assert context
A Redux binding for React Router v4 and v5
📝✨ Little Draft.js helpers to make rich text editors “just work”
Stencil Redux - A simple redux-connector for Stencil-built web components
Turn a ReactElement into the corresponding JSX string.
reducer for the Shift AST format
React useReducer with async actions
Sequence your effects naturally and purely by returning them from your reducers.
Functional nested pipeline dialect for Ruby.
Basic enhancements for making Merb controllers more resourceful. Provides reduced code duplication, nested resource support, and aims for RFC2616 compliant responses.
A Ruby gem for converting between JSON and TOON format. TOON is a compact serialization format designed for LLMs that reduces token usage by 30-60% compared to JSON. Supports bidirectional conversion, tabular arrays, nested structures, and lossless roundtrips.
Lazy As Json A simple and concise way to use as_json with “only”, “except” and other options without using them literally. Instead of using this - `User.as_json(only: [:id, :first_name, profiles: [:company, :location]])` You can perhaps use this - `User.as_json(only_keys: ‘_,first_name,profiles(p),p.company,p.location’)` As simple as this. You can control what your API response should include through a flexible parameter string. i.e. - “/api/v1/users/me?_keys=_,last_name,profiles(p),p.company,p.location” This parameter string could dig through the nested objects and their nesting too. Just to reduce the API response size significantly, you can use this parameter control over wherever it is used. However it might seems quite trivial but frankly speaking it saves lot in response data hence faster loading time at client side. Moreover as it uses Hash.new and constructs attribute on runtime, you can throttle calling from the expensive method by using this parameter string.
Contentful API wrapper library exposing an ActiveRecord-like interface