Having no news about ReactXP for a while, I was waiting for an official End Of Life statement from Microsoft. Here it is. Anyway, I enjoyed it very much, but it was propably hard to stay in synch with the React and React Native projects. I continue to support the "React" platform as a whole … Continue reading The E.O.L of ReactXP
Creating value rapidly: What I’m using
While working on a project for one of my customers, I've decided to amuse myself riding my very own wooden roller coaster, again. There was ups and downs on the path (of course), but I'm satisfied with the result I've been able to achieve, despite the struggling. This is also the experience I've had using Open … Continue reading Creating value rapidly: What I’m using
My first public talk about ReactXP
Update 09/18/2019 : Switched the content to Youtube Video and added a link to the slides Disclaimer: This post is in english but it links to external resources in french. Early January 2019, I skipped out of my comfort zone to give a 20 mins talk + Q&A about my experience around ReactXP. This has … Continue reading My first public talk about ReactXP
Using Gulp with ReactXP (Part 2)
In the first part of this series, we learned how to make a build pipeline using Gulp. There was a missing part though. Whenever you're doing React Development, you'll want to be sure to watch file changes for your application to reload automatically. The trick is to define a new 'run & watch' task: Nothing … Continue reading Using Gulp with ReactXP (Part 2)
Using Gulp with ReactXP (Part 1)
ReactXP samples comes preconfigured to build your application with Webpack when you target the browser and Typescript compiler when you target React Native. This is a great way to get you started quickly. Just clone the GitHub repository, open one of the samples in your favorite editor, follow the read.me instructions and you're up and … Continue reading Using Gulp with ReactXP (Part 1)
Playing with AWS Cognito in ReactXP
Update Wednesday 13 December 2017: Added a missing step about Babel ES2015 presets. I'm experiencing with Amazon Cognito for one of my customer. Because we've chosen ReactXP to build cross platform client apps- and AWS as our cloud platform, we have to integrate various AWS SDKs. Following are the steps required to integrate the Cognito … Continue reading Playing with AWS Cognito in ReactXP
You must be logged in to post a comment.