36
loading...
This website collects cookies to deliver better user experience
onClick
event just did nothing or your form data getting hanged somewhere between the input and the server? Well, Remix 💿 is here for that. By implementing functions to handle server-side operations (known to some as loader
and action
), Remix is able to eaasily deal and harness your form data with no need for Javascript involvement. Wait, what!, that's right, no Javascript is needed for your form to work. I guess this should be another segment of it's own but another thing Remix achieves is the fact that it totally removes that javascript-first motive that we have been seeing for a long time in our frameworks, hence, reducing the browser load tremendously leading to a happier user experience and a happier developer experience (you might want to start by cutting down that outrageously long dependency list in your package.json
)