pdb
pdb copied to clipboard
Decoupled Blocks is a Drupal 8 module to simplify integrating javascript frameworks into your site.
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.13.3 to 16.13.1. Release notes Sourced from react's releases. 16.13.1 (March 19, 2020) React DOM Fix bug in legacy mode Suspense where effect clean-up functions are not...
Updated react/react-dom version. Added babel precompiler. Updated the example code from class component to functional
Hello, I'm trying to upgrade version of angular from 2 to 4. I updated package.json like below: ``` "dependencies": { "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", "@angular/core": "^4.0.0", "@angular/http": "^4.0.0", "@angular/forms": "^4.0.0",...
Out of the box the module shows components from disabled modules which clutters blocks listing page and confuses the user. `ComponentDiscovery.php` was modified to verify if component's module is enabled....
Having a hard time getting any of the example modules to work with React.js in Drupal 8. When added to the page they simply show the title, but never render...
I've turned off development and I'm getting: `(SystemJS) __moduleName is not defined` in the console for my js files. Can someone help me resolve this?
Hi All, more of a question rather than issue. Need to know how we can communicate between two angular decoupled blocks placed on two different pages. For example, one simple...
I want to have access to entities referenced by entity_reference or image fields in my react code. However the referenced fields accessible through context only have the target_id but no...
Is it possible to implement AOT compilation in angular pdb
Thanks for this module, looks great. The React ToDo app works well. Doing an evaluation for a client project where we would like to use some react components, but I...