jasonslyvia / jasonslyvia/react-anything-sortable

How to run 'modern usage'?

Open
#68 2 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
457
Forks
82
PR merge metrics
No merged PRs in 30d

Description

Can't find out how to run sorting using 'modern usage' from docs

```
import React from 'react';
import { SortableContainer } from 'react-anything-sortable';

class SortableItem extends React.Component {
render() {
return (


your item


);
}
};
```

is there any piece of important information missing? thanks

Contributor guide

No contributing guide indexed for this repository

Research direction

Review the documentation's “modern usage” guidance alongside the React example in this issue. Clarify the missing steps needed to run sorting, and verify that a newcomer can follow the updated instructions successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
documentation, frontend
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.