Skip to main content

Call() vs Bind() vs Apply()

· 2 min read
Luke Owen
Lead Front End Developer @ Lunio

These three methods are used to change the value of this for a function. They’re pretty similar but have some crucial differences.

File paths in HTML

· 2 min read
Luke Owen
Lead Front End Developer @ Lunio

File paths define the unique location of a file on the web. That file could be anything, for example an image, stylesheet, or another webpage.

.htaccess file for React Router

· One min read
Luke Owen
Lead Front End Developer @ Lunio

If you’re using react-router as part of your React project, you’ll need to add a .htaccess file in order for it to work on the server.