Using only CSS
modules we need, not whole bundle and not JS
stuff (we are going to implement those our-self)
Wanted it to look similar to old jQuery Ajax
and to support uploading files out of the box.
I have not implemented FontAwesome using THIS WAY even though merging and combining icons seems like great idea, because I want to be able to use icons dynamically ( using string interpolation). I have used modified version of THIS to load fonts myself. Instead of what is shown in tutorial, I have installed FontAwesome from npm and imported the .scss files myself. Budle size is 1Mb bigger, and with my experience from before, after usage of ~20ish .svg icon, it bloats to almost same size.
Analyzes size of your build files. I am using it only when building production, since DevServer
is deploying in memory, so there is nothing to analyse
Login, Register, Login with 2 factor authentication, Forgot password & Reset password pages.
Since this is not custom component, go to the Auth info page to read more about how's and why's.
With support for both route (navigation)
and component content based tab content
. My own authoring, quite simple, lightweight, easy to use.
Page that contains Demo of other components actually uses route content and this one uses content.
Please credit if you use it.
This component supports quite the amount of history while also using my implementation of 'Form Post' to post data to server
My own library, quite simple, lightweight, easy to use. Please credit if you use it.
My baby. Data table of my own authoring. Insenely extensable and customazible while being quite simple and lightweight, easy to use.
Please credit if you use it.