All Projects → fridays → feathers-findone

fridays / feathers-findone

Licence: MIT license
Adds a .findOne() method to services in Feathers.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to feathers-findone

FlipED
A LMS built specifically for Thailand's Education 4.0 system.
Stars: ✭ 24 (+71.43%)
Mutual labels:  universal, feathersjs
alda
A boilerplate for React isomorphic aplication with Material Design
Stars: ✭ 16 (+14.29%)
Mutual labels:  universal
universal-hot-reload
Hot reload client and server webpack bundles for the ultimate development experience
Stars: ✭ 79 (+464.29%)
Mutual labels:  universal
web-onefx-boilerplate
Full-stack React Framework for building web and backend
Stars: ✭ 34 (+142.86%)
Mutual labels:  universal
Helium.js
Automating Universal React Applications
Stars: ✭ 63 (+350%)
Mutual labels:  universal
ngx-transfer-http
use https://github.com/Gorniv/ngx-universal
Stars: ✭ 16 (+14.29%)
Mutual labels:  universal
CtrlUI
CtrlUI (Controller User Interface) is a Windows application, game and emulator launcher for your game controller, DirectXInput converts your game controller to a Xbox (XInput) controller, Fps Overlayer is a tool that shows the frames per second and the cpu, gpu and memory information.
Stars: ✭ 39 (+178.57%)
Mutual labels:  universal
redux-crud-example
Basic crud react-redux-featherjs app for managing contacts
Stars: ✭ 54 (+285.71%)
Mutual labels:  feathersjs
react-webpack2-skeleton
Get started with React with Webpack2, React-Router, Redux, Code Splitting and Server Rendering
Stars: ✭ 59 (+321.43%)
Mutual labels:  universal
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Stars: ✭ 1,282 (+9057.14%)
Mutual labels:  universal
moleculer-adapter-feathers
Moleculer service mixin wrapping Feathers.js services
Stars: ✭ 17 (+21.43%)
Mutual labels:  feathersjs
jkop
A universal software development framework
Stars: ✭ 22 (+57.14%)
Mutual labels:  universal
server
Serve one or more react apps! - Custom routes, HotReloading, Authenticated Apps/routes, Relay, Webpack..
Stars: ✭ 20 (+42.86%)
Mutual labels:  universal
ozark-react
A ViewEngine for ReactJS templates for the Java EE MVC 1.0 reference implementation Ozark.
Stars: ✭ 43 (+207.14%)
Mutual labels:  universal
fastify-vite
This plugin lets you load a Vite client application and set it up for Server-Side Rendering (SSR) with Fastify.
Stars: ✭ 497 (+3450%)
Mutual labels:  universal
pwa
An opinionated progressive web app boilerplate
Stars: ✭ 355 (+2435.71%)
Mutual labels:  universal
universal-react-starter-kit
Universal React Starter Kit is an universal web application framework using koa, react, redux and webpack.
Stars: ✭ 13 (-7.14%)
Mutual labels:  universal
dotnetcore.AllycsPointRuler
配置xml通用积分规则计算系统.netcore。通过规则的编排可以完成99%的积分需求
Stars: ✭ 21 (+50%)
Mutual labels:  universal
universal-progressive-todos
A Todo list with universal JavaScript & Progressive Enhancement
Stars: ✭ 30 (+114.29%)
Mutual labels:  universal
feathers-versionate
Create and work with nested services.
Stars: ✭ 29 (+107.14%)
Mutual labels:  feathersjs

feathers-findone

npm version

Adds a .findOne() method to services in Feathers.js v3

Install

npm install feathers-findone --save

Configure on server and client:

const findOne = require('feathers-findone')

app.configure(findOne())

Please note that you must configure findOne before any services are registered.

Use

app.service('messages').findOne({/* params */})

All it does is set query.$limit = 1 to the params and return the first result of .find()

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].