allpro.github.io

GitHub Pages repository

ALLPRO GitHub Demos

I am sharing a number of helpers I created for React projects.
These packages have GitHub demos:

FormManager Data Handler

npm package build coverage license

FormManager (“FM’) is collection of data-handling tools for form-data, or any data actually. It provides a total data solution for forms, that can almost eliminates the need for custom code.

React FluidGrid Component

npm package build coverage license

React FluidGrid creates a “responsive grid” layout. FluidGrid was inspired by Material-UI Grid (“MUI Grid”). It emulates the style and props of MUI Grid so devs familiar with that can learn FluidGrid quickly.

React NavTabs Component

npm package build coverage license

React NavTabs is a helper that integrates Material UI Tabs with React Router 4/5. The tabs then function as navigation and sync with the URL. Hyperlinks, Back/Forward buttons, and other navigation work as expected.

React Router Pause (Async)

npm package build coverage license

React-Router-Pause is a Javascript utility for React Router v4 & v5. It provides a simple way to asynchronously delay (pause) router navigation events triggered by the user. For example, if a user clicks a link while in the middle of a process.

For more detail, see: Control React Router, Asynchronously

##