Yomi Eluwande

  JavaScript developer. Wannabe designer and Chief Procrastinator at Selar.co and worklogs.co.

   



17 Stories by Yomi Eluwande

An SEO approach to async components with loadable-components

Learn how to overcome the SEO implications of loading components asynchronously using loadable-components.
0 4 min read

Build responsive components in Gatsby with artsy/fresnel

Responsive web design allows us to ensure that the user gets the best version of the web page regardless of their device, platform, screen...
3 10 min read

How (and when) to use React’s new Context API

So it’s not exactly news on the interwebs that React Context will be stable in the upcoming release of React, React 16.3.0. React Context is/was an experimental feature...
0 4 min read

Advanced React Router concepts: Recursive path, code splitting, and more

Before setting down the path of advanced concepts, first let’s all agree on the basics. React Router provides: Routing capabilities to single-page apps built...
0 11 min read

Introduction to Preact : A smaller, faster React alternative

Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API. As a frequent user...
0 6 min read