Questions tagged [este.js]
Truly universal architecture
code shared across platforms (browser, server, native mobile)
server side rendering or server-less pre-rendering to HTML files
universal routing
universal internationalization (with runtime language switching)
universal crash reporting (via Sentry)
universal data fetching
universal forms with universal validation (universal ftw, yeah)
Well tuned dev stack (OS X, Linux, Windows)
Immutable app state
Stateless functional UI components with JavaScript styles
Flowtype
Vanilla hot reloading makes everything hot reloadable
Firebase integration (este.firebaseapp.com )
useful predefined Redux actions
email and facebook login
declarative queryFirebase higher order component for Firebase imperative API
user presence
Este is monorepo, read why .
Libraries
I have successfully written some code that will go through the redux flow, after the click of a button it will display the information I want on the UI.
I am using the este stack.
This is my button:
const Buttons = ({ requestAsyncData}) => (
…
asked Oct 02 '16 at 19:49