Questions tagged [este.js]

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

1 questions
0
votes
1 answer

How to do asynchronous actions with React/Redux (este stack)

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}) => ( …
Trufa
  • 39,971
  • 43
  • 126
  • 190