Package Exports
- jedifocus.hocs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jedifocus.hocs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
__.-._
'-._"7' JediFocus
/'.-c
| /T Do. Or do not.
_)_/LI There is no try.
jedifocus.hocs
contains the React higher-order components of JediFocus.
Read more about bytesized.tv in the main repository’s main README.
Development Prerequisites
To test, build, and develop the code, you’ll need the following libraries.
- Install a recent version of
yarn
globally on your system. - Install a recent version of Node.js on your system.
- Install a recent version of
flow
globally on your system.
After installing these libraries execute yarn install
to install the required
development dependencies and you should be ready to go!
Package Scripts
yarn test
: Runs tests.yarn run flow
: Runs flow checks. — You’ll need to have flow globally installed on your system.yarn run build
: Builds the./lib
folder. — You’ll need a recent version of Node.JS, and also flow.yarn run lint
: Runs a static analysis on the code.
Important Files and Folders
./bin
: Contains package and build scripts../flow-types
: Type declarations../lib
: Contains the generated code../src
: Contains the source code../index.js
: Module entry point../README.md
: This file that you are reading../CODE_OF_CONDUCT.md
: The code of conduct../package.json
: The package definition file.
Wanna Help?
Any help is more than appreciated.
If you want to contribute to the source code, fork this repository and create a pull request.
In lieu of a formal style guide, take care to maintain the existing coding style.
Also, don’t forget to add unit tests for any new or changed functionality.
If you want to report a bug; or share a comment or suggestion, file an issue.
I’ve Found a Bug; I Have an Idea
For bug reports and suggestions, please file an issue.
Contact Information
- Project Maintainer: Volkan Özçelik
- Project Website: bytesized.tv
License
MIT-licensed. — See the license file for details.
Code of Conduct
We are committed to making participation in this project a harassment-free experience for everyone, regardless of the level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
See the code of conduct for details.
A ByteSized.TV Project
This repository is a part of the Byte-Sized JavaScript VideoCasts.
It is a compilation of short (around ten minutes) screencasts about JavaScript and related technologies.