plasmajs icon indicating copy to clipboard operation
plasmajs copied to clipboard

An isomorphic nodeJS framework based on react

Results 14 plasmajs issues
Sort by recently updated
recently updated
newest added

I suggest [Airbnb's linting rules](https://github.com/airbnb/javascript) to replace `eslint:recommended`. If not using [`eslint-config-airbnb`](https://www.npmjs.com/package/eslint-config-airbnb) directly, then basing our rules on a thorough reading of their rules and modifying as necessary. This would...

[Jest](https://facebook.github.io/jest/) is a testing framework from Facebook that attempts to make testing as "delightful" as possible. They do so by eliminating many of the pain points in manual testing, including...

**Branch:** dev_resources_api An alternative to APIRouter. **API Possibilities** 1. Simple (Most consistent with the rest of the api) ```jsx ``` OR 2. Method names as actions ```jsx // Class declaration...

enhancement

Need test suites for the server, history api and middlewares.

enhancement
help wanted