This meetup already happened! You can watch the recordings on YouTube:
Join us on June 13th from 9 am – 10:30 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, including…
Get our best content on how to build better apps.
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
Join Us Thursday June 13th for Bitovi’s Online Meetup
This meetup already happened! You can watch the recordings on YouTube:
Join us on June 13th from 9 am – 10:30 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, including…
Chasen Le Hara
Recursive React Components
Often times, particularly when dealing with complex nested data, React developers need to re-think the way they're structuring their component trees. In certain cases, when the data requires it, component trees can't be rendered in an iterative fashion, instead React developers must rely on recursion to display their data.
The Bitovi Team
Join Us Thursday May 2nd for Bitovi’s Online Meetup — useContext to Avoid Prop-Drilling in React, Leading a Team of One, & Using Docker To Improve Development
This meetup already happened! You can watch the recordings on YouTube:
Join us on May 2nd from 9 am – 10:30 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, including…
Chasen Le Hara
Save the Date: May 2nd for Our Next Online Meetup (and Videos From March’s Meetup)
Join us on May 2nd at 9 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, plus time afterwards to chat, talk about the presentations, and put the meet in meetup.
Chasen Le Hara
Join Us Thursday March 21st for Bitovi’s Online Meetup — React Hooks, WebRTC, UX for Devs, & Conference Speaking Like a Boss
This meetup already happened! You can watch the recordings on YouTube:
Join us on March 21st at 9 am – 10:30 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, including…
Chasen Le Hara
Save the Date: March 21st for Our Next Online Meetup (and Videos From February’s Meetup)
Join us on March 21st at 9 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, plus time afterwards to chat, talk about the presentations, and put the meet in meetup.
Chasen Le Hara
Faster Load Times For Any Framework
At Bitovi, we’ve been working on utilizing HTTP streaming to speed up single-page application (SPA) load times for the last couple of years. We’ve developed a technique that accelerates page load times that we call incremental rendering, which went into DoneJS 3. Today we’re happy to announce another project, Velocirender, which brings incremental rendering to any framework.
This article will:
The Bitovi Team
Join Us for Our First Online Meetup
This meetup already happened! You can watch the recordings on YouTube:
Join us on February 14th at 9 am Pacific Time for our first online meetup! We’ll have a handful of short talks on a variety of interesting topics, plus time afterwards to discuss the presentations, talk with the presenters, and put the meet in meetup.
Chasen Le Hara
Creating an SVG Icon Typeface
Icons are used in applications, websites, marketing materials, you name it. They communicate complex topics, create visual interest, punctuate topics, and draw user focus. One of the easiest things to do to ensure that icons are used correctly across applications is to create and share an icon typeface. These icons can then be added to documents on a computer as a font, or used in your stylesheet to display the icons online or in an application.
The Bitovi Team