ld-r.org
Linked Data Reactor | Features
http://ld-r.org/docs/features.html
Why a new LD framework? User Interface as first class citizen. To enable building reusable UI components for SW applications. Focusing on UI components, will enable developers to concentrate more on the standardization of SW UIs and applying best practices on SW applications. Write code once, exploit twice! LD-R offers the first Isomorphic Semantic Web Application. Thanks to the underlying Fluxible. Reuse current Web components within SW apps. Share components and configs rather than code!
github.com
GitHub - voronianski/flux-comparison: Practical comparison of different Flux solutions
https://github.com/voronianski/flux-comparison
Practical comparison of different Flux solutions. Use Git or checkout with SVN using the web URL. May 27, 2016. Add shopping cart by vuex to readme. Failed to load latest commit information. Have common libs in root package.json and specific deps in folders. Oct 1, 2015. Feb 4, 2015. Have common libs in root package.json and specific deps in folders. Oct 1, 2015. Have common libs in root package.json and specific deps in folders. Oct 1, 2015. Oct 1, 2015. Mar 16, 2016. Oct 1, 2015. Feb 9, 2016. Mar 12, 2...
harrymoreno.com
Harry Moreno | React.js and Flux link roundup
http://harrymoreno.com/2015/01/31/React-JS-link-Roundup.html
Reactjs and Flux link roundup. Here’s a small collection of links for developers looking to learn. The official Facebook React docs. Do the official Tutorial. Read Thinking in React. Describes the core events that happen in a react component. Important. Page really helped me understand the difference between a react element and react component. When you start writing more complex jsx this if-else page. The difference between props vs state. A thrown to the wolves intro to react. Comments powered by Disqus.
nemisj.com
How to test react.js components
https://nemisj.com/how-to-test-react-js-components
Notes of Maks Nemisj. How to test React.js components. In this article I will explain “Why should you test react.js components”, “How can you do testing” and “What are the problems you might come across”. Testing solution which I use, doesn’t rely on the Test-utils. Of React and on DOM implementation ( so that you can do the node.js testing ). Why/How to test React components? The main question you might have with react components – “Why to test react components and what exactly to test? In my opinion wh...
engineering.skybettingandgaming.com
Sky Betting & Gaming Engineering: Isomorphic Vegas
http://engineering.skybettingandgaming.com/2016/05/27/isomorphic-vegas
Back during the final months of 2014, a new Sky Betting and Gaming technology project was being born. The project, codenamed ‘OneVegas’, aimed to link both our mobile and desktop Vegas sites into a single responsive one. Tired of years being tied into feature-dry content management systems, we wanted to move away from them entirely and focus on fast continuous delivery to ensure quality and flexibility with the sites design. We had a few requirements:. Single code base for all devices. This was a signifi...
ian-thomas.net
Managing Context In a Fluxible App Using React-Router
https://www.ian-thomas.net/managing-context-in-a-fluxible-app-using-react-router
Managing Context In a Fluxible App Using React-Router. I recently began looking into using React Router. With Yahoo's excellent Fluxible App. Framework and had a few issues with context so I thought I'd post what I found here to help anyone else that might be suffering in the same way. Why change from Yahoo's own router implementation? As a team we had been implementing our new site using the fluxible-plugin-router. I've recently been looking at Ember. The code below compares the two basic implementation...
icode.co.il
ארכיון Flux - I, Code
http://icode.co.il/tag/flux
הרשמו לקבלת עדכונים על פוסטים חדשים. רשימת המילים בעברית בפחות מ-50 שורות קוד. טריקים שכל מפתח Python חייב להכיר – חלק ב'. למה Javascript מרגישה לחלקנו כמו סינית? פרוטוקול TCP במילים פשוטות. מבני נתונים שכל מפתח חייב להכיר. ברוכים הבאים ל-I, Code. מה זה הבלוג הזה? Redux – ארכיטקטורת Flux, אבל כמו שצריך. אם עבדתם אפילו קצת עם הספריה הנהדרת React. מבית פייסבוק, כנראה שהבנתם (או לפחות ניסו להסביר לכם) את ההבדל בין מאפייני רכיב (props) למצב שלו (state). ואכן בפוסט המצויין Thinking in React. או אולי לאחד אותם?
tech.m6web.fr
CR React Conférence 2015 - Day 2 – TechM6Web
http://tech.m6web.fr/cr-react-conf-2015-day-two
CR React Conférence 2015 - Day 2. February 10, 2015. De retour à Menlo Park pour cette deuxième journée de la React conférence. Christopher Chedeau, @vjeux. Revient sur les origines de React Native et les raisons pour lesquelles ils ont décidé de le créer. Les 3 piliers d’une appli natives qu’ils ont dûs traiter pour React Native sont :. Touch Handling : la vraie différence entre appli native et web. Nous voyons que chaque composant natif a été recréé comme un composant React :. Qui inlinera le CSS.