The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/client
Tasso Evangelista 16d02c8973
refactor(eslint): Enable `react/no-children-prop` (#38170)
18 hours ago
..
apps
cachedStores
components refactor(eslint): Enable `react/no-children-prop` (#38170) 18 hours ago
contexts refactor: Phase-out async state API (#37944) 1 day ago
definitions chore: Purge and rename removed v1 files (#37912) 4 weeks ago
hooks refactor: Phase-out async state API (#37944) 1 day ago
lib refactor: Phase-out async state API (#37944) 1 day ago
meteor chore!: change http code results for ddp over rest (#38007) 2 weeks ago
navbar fix: saving custom status without changes breaks the UI (#38186) 2 days ago
portals refactor(eslint): Enable `react/no-children-prop` (#38170) 18 hours ago
providers refactor(eslint): Enable `react/no-children-prop` (#38170) 18 hours ago
router
sidebar refactor(eslint): Enable `react/no-children-prop` (#38170) 18 hours ago
startup chore!: Remove MeetPage and webRTC (#36671) 4 weeks ago
stores fix: Remove the delay of waiting on event on WS to consider a message sent (#38067) 1 week ago
stories refactor(eslint): Enable `react/no-children-prop` (#38170) 18 hours ago
uikit/hooks
views refactor(eslint): Enable `react/no-children-prop` (#38170) 18 hours ago
README.md
importPackages.ts chore!: Remove MeetPage and webRTC (#36671) 4 weeks ago
main.ts chore!: remove `ecdh` (#37123) 4 weeks ago
serviceWorker.ts
ui.ts chore!: remove omnichannel voip (#37689) 4 weeks ago

README.md

How does the folder structure work in the frontend?

The folder structure should follow rocketchat's html 'semantics' like:

    main   -> room
                -> header
                    ...
                -> contextualbar
                    roominfo
                        ...
            -> sidebar
                -> Header
                    -> search
                    -> actions
                        ...
                -> list
                    ...
                -> footer
                    ...

Each folder is composed by:

File
index.jsx
ContainerComponent.jsx
contexts (optional)
providers (optional)
components (optional)
hooks (optional)
libs (optional)

We strongly suggest that you start developing your components/hooks/libs inside the folder where they will be directly used. If you ever find that you will use them in more than one place, then you should "promote" the code to an upper level, where it can be commonly accessed by all others

we have being moving code from blaze to react, but sometimes we will need render under blaze enviroment, to do that use createTemplateForComponent