<FromGitter>
<robacarp> @mapeveri a great way to get started helping is to help with documentation and testing. There are certainly many places where one or both are insufficient and it’s a great way to get acquainted with the codebase. Thanks for jumping in!
<FromGitter>
<Blacksmoke16> whoa TIL the link color on issues changes when they get closed/merged
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 252 seconds]
feepbot has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 268 seconds]
feepbot has joined #amber
feepbot has quit [Remote host closed the connection]
feepbot has joined #amber
<FromGitter>
<epergo> @cpunion @Sjoerrdd you don't need to write any SPA's routes to your Amber app, they are two different applications
<FromGitter>
<epergo> one is the frontend app and another the backend (an API), the API doesn't have to know anything about your frontend
<FromGitter>
<epergo> you have to serve your SPA using a web server (nginx/apache) for production, and in development react ecosystem probably will have something to 'launch' your SPA
_whitelogger has joined #amber
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 244 seconds]
feepbot has joined #amber
<FromGitter>
<elorest> > @thebradhimself ⏎ Hello Amber Room, Is there a way to pass data into a partial using AmberFramework? ⏎ > @FromIRC ⏎ *<robacarp>* @thebradhimself, partials build in the same scope as the view does -- it's all inlined, so there's no passing into the partial ⏎ ... [https://gitter.im/amberframework/amber?at=5bc39e2a6e5a401c2d705cf8]