isomorphic
Here are 591 public repositories matching this topic...
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
I've been playing around with Razzle and how the Server HMR works.
I generated a Razzle Project and run it
npx create-razzle-app my-appcd my-app && yarn start
If I now edit the src/Home.js I see hot reloading working in the browser and I see the server.js being re-required by the index.js. But if I open my dev tools "view page source" my changes are not actually in the HTML
Network component seem to be poorly documented on how to use with Layers, as well as interactivity. My immediate desire is to be able to show some information about a node on hover (or always), such as a label. I can't seem to find anything about this anywhere, and it seems to be a very common use case for this type of data visualization. There isn't much to learn from an unlabeled graph.
Ideal
This is also probably a good time to recommend documenting architecture decisions in the project. The project itself is very opinionated (which is great!), so all of that should be documented to help explain the reasons behind the decisions. I'd recommend reading these:
-
Updated
Jul 6, 2020
There are a lot of moving parts to this setup and a sample app (say something like https://facebook.github.io/flux/docs/todo-list.html) would be really helpful.
-
Updated
Jun 7, 2020 - JavaScript
@diegohaz - i noticed a couple of minor spelling errors on the main site:
Basic stack
It includes everything necessary to build a tipical web app with focus on productivity and developer experience.
Learn more about the recomended workflow
Should be typical, and recommended.
Just an FYI.
Thanks!
-
Updated
Nov 3, 2017 - JavaScript
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Nov 2, 2019 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
While this works great with the terminal example (it returns the desired HTML), I'm not sure how this can be implemented on, say a basic express app, where I want the crawlers to get the prerendered HTML for SEO purposes. One or two examples as to how to implement this would be awesome!
Other than that the project seems great!
-
Updated
Jan 13, 2017 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
Seems most of the examples are broken, at least on latest Chrome most resources fail to load. @cookiengineer are you aware of this?
Docs Docs Docs
-
Updated
Jul 6, 2020 - Vue
-
Updated
May 16, 2020 - TypeScript
-
Updated
Nov 29, 2017 - JavaScript
-
Updated
Jun 13, 2020 - TypeScript
I'm submitting a ...
[ * ] Documentation issue or request
Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json but default language is not set on application start. Is there another changes that i should make to hav
Need documentation
There should be documentation for explaining the server side code, as well as the folder structure. Even though it is inherited from create-react-app, some kind of documentation should be present.
Steps to Reproduce
NA
I would like to work on this.
Add documentation
Hi,
As a reference for others, I think it would be helpful to add the following example to the readme.
// ./containers/User.js
import { asyncConnect } from 'redux-connect'
import { loadUserSession } from '../actionCreators/session'
import User from '../components/User'
const mapStateToProps = (state, ownProps) => {
// ... as per redux docs
};
const mapDispatchToProps = (di-
Updated
Feb 28, 2018 - TypeScript
-
Updated
Oct 15, 2017 - JavaScript
SomeModelWithLotsOfData.first will transfer the entire table to the client then select the first item.
This patch appears to fix, and can be added as is to your ApplicationRecord file at the start.
module ReactiveRecord
class Collection
# THIS IS THE KEY PART OF THE PATCH... DO THE SAME THING AS last FOR first
def first(n = nil)
if n
apply_scope(:__hyImprove this page
Add a description, image, and links to the isomorphic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the isomorphic topic, visit your repo's landing page and select "manage topics."
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling
nuxt generateto run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba