-
**Proposer**: @blueo
**Contributors**: @jakxnz
**Area**: Silverstripe CMS UI
**Posted**: December 2nd, 2024
**Status**: Open
# What’s being recommended
Create first-class development pattern…
-
This is all I have:
``` js
import React from "react";
import ReactDOM from "react-dom";
import Playground from "component-playground";
import R from 'ramda'
import flyd from 'flyd'
import './index.cs…
-
AS A Developer
I WANT TO re-use the already existing left menu component by just defining its use case
SO THAT I wouldn't have to create a new one or use boilerplate code
### Acceptance Criteria
…
-
### Clear and concise description of the problem
In a `npx create-next-app@latest` boilerplate add this component
```js
'use server'
import { register } from 'swiper/element';
register();
…
-
Here is the list of files and folders I want inside `src/components`:
**Note:** write boilerplate code inside each `index.jsx` you see.
```
src/components
|- gameInit
|- index.jsx
|- ho…
-
**Standard html elements (like ``) are not rendered when using ext-react with the classic toolkit.**
Steps to reproduce:
1. Install ext-react classic toolkit boilerplate from here https://github…
-
**Describe the bug**
When added in a materila-ui based front it doesn't render with its own styles.
![image](https://user-images.githubusercontent.com/5883405/203007065-eda9326c-1f48-42fb-ae0c-d3f…
-
I am working on webpack in a project called react-boilerplate.
I don't have a lot of experience of webpack, that's why when I wanted to bundle some react component made using a fork of the react-b…
kopax updated
7 years ago
-
Starting from the master branch, yarn + yarn web works, deleting the yarn.lock file and node_modules and running again yarn + yarn web, an error occurs as following:
```
ERROR in ./src/navigation.…
-
* https://github.com/CodesVault/howdy-wp
* [WordPress plugin boilerplate (Feat. Webpack, BrowswerSync, & HMR)](https://github.com/mizner/wp-webpack-bs-hmr) -- has webpack with HMR (via _ webpack-hot-…