Most JavaScript developers used jQuery’s .slideUp() and .slideDown() methods, and got used to them. As component based frameworks usually do not include such functionality, the first logic choice is to... (more…)
Read more »
The React Router docs are temporarily offline out of respect for George Floyd and the countless others who are the victims of police violence in the Black community. (more…)
Read more »
When you think of it, most business apps mostly consist of basic database interactions. You have concepts (invoices, items, appointments etc), and you want to perform the usual CRUD (create, read, … (more…)
Read more »
I know of few patterns and software ideas that have aged so well as Model-View-Controller. Originally designed as a pattern for desktop…
Read more »
Writing native UI tests for a React Native app may seem counterproductive, but it made our team more effective in our testing. (more…)
Read more »