All Projects β†’ hitechline β†’ reactools

hitechline / reactools

Licence: MIT License
Create React interfaces is easy.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to reactools

Ramda Extension
🀘Utility library for functional JavaScript. With ❀️ to Ramda.
Stars: ✭ 139 (+892.86%)
Mutual labels:  tools, utilities
Before After Hook
wrap methods with before/after hooks
Stars: ✭ 49 (+250%)
Mutual labels:  hooks, asynchronous
Awesome Vrchat
One-stop shop for people interested in developing content for VRchat
Stars: ✭ 107 (+664.29%)
Mutual labels:  docs, tools
Bottomline
A full-on PHP manipulation utility-belt that provides support for the usual functional. πŸ“¦
Stars: ✭ 462 (+3200%)
Mutual labels:  tools, utilities
php-lodash
php-lodash is a PHP utility library, similar to Underscore/Lodash.
Stars: ✭ 35 (+150%)
Mutual labels:  utilities, helpers
Utils
Docker image with tools like curl, wget, ping, nslookup, dig, psql etc.
Stars: ✭ 49 (+250%)
Mutual labels:  tools, utilities
use-table-tools
React Hooks for building kickass react table components
Stars: ✭ 18 (+28.57%)
Mutual labels:  hooks, tools
Alfonz
Mr. Alfonz is here to help you build your Android app, make the development process easier and avoid boilerplate code.
Stars: ✭ 90 (+542.86%)
Mutual labels:  utilities, helpers
dpytools
Collection of easy to use, beginner friendly but powerful, orthogonal tools to speed up discord bots development (discord.py)
Stars: ✭ 23 (+64.29%)
Mutual labels:  utilities, helpers
timelite
String date and time utilities πŸ•™
Stars: ✭ 17 (+21.43%)
Mutual labels:  utilities, helpers
Wipe Modules
πŸ—‘οΈ Easily remove the node_modules folder of non-active projects
Stars: ✭ 304 (+2071.43%)
Mutual labels:  tools, utilities
async-chainable
An extension to Async adding better handling of mixed Series / Parallel tasks via object chaining
Stars: ✭ 25 (+78.57%)
Mutual labels:  hooks, asynchronous
vistir
Setup / utilities which most projects eventually need
Stars: ✭ 30 (+114.29%)
Mutual labels:  tools, utilities
Utils
πŸ›  Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
Stars: ✭ 1,158 (+8171.43%)
Mutual labels:  tools, utilities
dftools
Tools for Star Wars: Dark Forces assets.
Stars: ✭ 18 (+28.57%)
Mutual labels:  tools, utilities
Scobot
SCORM API for Content. JavaScript library, QUnit tests and examples.
Stars: ✭ 128 (+814.29%)
Mutual labels:  docs, tools
Sequelize Test Helpers
A collection of utilities to help with unit-testing Sequelize models
Stars: ✭ 83 (+492.86%)
Mutual labels:  utilities, helpers
Drei
🌭 useful helpers for react-three-fiber
Stars: ✭ 1,173 (+8278.57%)
Mutual labels:  hooks, helpers
react-cool-form
😎 πŸ“‹ React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+1657.14%)
Mutual labels:  hooks, asynchronous
utils
πŸ›  A collection of light-weight methods and helpers for defensive programming
Stars: ✭ 15 (+7.14%)
Mutual labels:  utilities, helpers

Utilities to facilitate the build user interfaces with React.

CodeFactor Test Coverage CI Workflow Status NPM Latest Version Netlify Status

Overview

@hitechline/reactools is a library focused in facilitate a build interfaces with react.

Our proposal is to have a set of tools that are easy to use and implement that help the developer create applications with hight scalability.

Our focus is not just have performace hooks but a whole portfolio of resources to improve your project.

Contributing

Note: We only accept contributions of specific fixes (bugs, linters or docs), new features will be implemented by the team of Hitechline.

Starting
  1. Fork the repository
  2. Clone the respository of your machine
Installing dependencies
$ yarn install
After that create your production branch
$ git checkout -b branch_name

Make the necessary updates to the code.

Ending
  • Check that all tests pass
$ yarn test
  • Add the changed files and create the commit
$ git add file_name
$ git checkout -m "commit message"

Note: Use semantic commits.

  • Send the updates to github
$ git push origin branch_name
  • Pull request with changes to branch main
Solutions

If your fork is not up to date, do the next steps below

$ git remote add upstream [email protected]:hitechline/react.git
$ git checkout main
$ git fetch upstream
$ git rebase upstream/main
$ git push origin main

License

MIT Β© Hitechline

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].