BHW Group Blog

react

March 14 2016
Clayton Anderson / Development
Clayton Anderson Speaking on ReactJS at the March 2016 Austin ReactJS Meetup

At BHW, we are big fans of ReactJS and React Native. We have developed several web and mobile applications using these technologies and our Technical Strategist and Partner, Clayton Anderson, has been lead developer on many of those projects. He also wrote our internal React app template and trains all new BHW web and mobile developers. He was the presenter at the March 2016 Austin React and React Native Meetup. His presentation was titled "A Pragmatic Intro to React."

Read More
June 23 2015
Brett Burnett / Development
Isomorphic Web Design with React and Scala

Isomorphic web design is an approach to web development that is gathering momentum. The concept of Isomorphic web design is simple, dynamically generate HTML using either server or client rendering based on which approach yields the best experience for our audience. Server rendered content is very fast if built correctly; however, client rendered Single Page Applications (SPA's) have shown that they can offer faster page transitions leading to a more engaging user experience. Users typically equate the experience of using a SPA with mobile apps or desktop applications. Popular web-based e-mail clients like Gmail and Outlook 365 are textbook examples of well written SPA's. Users of these systems can fluidly navigate between reading, composing, searching, and managing e-mail without the jarring page flashes and loading delays associated with a typical server rendered web application.

Read More